Skip to content

Latest commit

 

History

History
122 lines (67 loc) · 3.01 KB

_types_.options.md

File metadata and controls

122 lines (67 loc) · 3.01 KB

menubar

Globals / "types" / Options /

Interface: Options

Hierarchy

  • Options

Table of Contents

Properties

Properties

browserWindow

browserWindow: BrowserWindowConstructorOptions

Defined in types.ts:23


dir

dir: string

Defined in types.ts:27


Optional icon

icon? : string | NativeImage

Defined in types.ts:34


index

index: string | false

Defined in types.ts:43


Optional loadUrlOptions

loadUrlOptions? : LoadURLOptions

Defined in types.ts:51


Optional preloadWindow

preloadWindow? : undefined | false | true

Defined in types.ts:56


Optional showDockIcon

showDockIcon? : undefined | false | true

Defined in types.ts:61


Optional showOnAllWorkspaces

showOnAllWorkspaces? : undefined | false | true

Defined in types.ts:66


Optional showOnRightClick

showOnRightClick? : undefined | false | true

Defined in types.ts:70


tooltip

tooltip: string

Defined in types.ts:74


Optional tray

tray? : Tray

Defined in types.ts:78


Optional windowPosition

windowPosition? : "trayLeft" | "trayBottomLeft" | "trayRight" | "trayBottomRight" | "trayCenter" | "trayBottomCenter" | "topLeft" | "topRight" | "bottomLeft" | "bottomRight" | "topCenter" | "bottomCenter" | "leftCenter" | "rightCenter" | "center"

Defined in types.ts:83