Skip to main content
Module

x/carol/types.ts>AppOptions

A Deno port of carlo
Latest
interface AppOptions
import { type AppOptions } from "https://deno.land/x/carol@v1.1.4/types.ts";

Properties

optional
icon: string

Application icon

optional
top: number

Initial window top offset (px)

optional
left: number

Initial window left offset (px)

optional
width: number

Initial window width (px)

optional
height: number

Initial window height (px)

optional
bgcolor: string

Background color

optional
localDataDir: string
optional
userDataDir: string

Path to a User Data Directory

optional
title: string

Window title

optional
args: string[]

Additional arguments to be passed into a Chrome executable

optional
paramsForReuse: unknown
optional
logger: Logger

A logger used to log debug information.

optional
executablePath: string

Path to a Chrome executable file. If this options is not set, carol automatically locates a Chrome executable file.