Skip to content

@jimka/typescript-ui / core / WindowOptions

Interface: WindowOptions

Defined in: src/typescript/lib/core/Window.ts:24

Construction-time options for Window.

Extends

Properties

attributes?

ts
optional attributes: Record<string, string>;

Defined in: src/typescript/lib/core/Component.ts:102

Inherited from

PanelOptions.attributes


backgroundColor?

ts
optional backgroundColor: string;

Defined in: src/typescript/lib/core/Component.ts:81

Inherited from

PanelOptions.backgroundColor


backgroundImage?

ts
optional backgroundImage: string;

Defined in: src/typescript/lib/core/Component.ts:82

Inherited from

PanelOptions.backgroundImage


border?

ts
optional border: string | BorderOptions;

Defined in: src/typescript/lib/core/Component.ts:85

Inherited from

PanelOptions.border


borderRadius?

ts
optional borderRadius: string;

Defined in: src/typescript/lib/core/Component.ts:86

Inherited from

PanelOptions.borderRadius


colorScheme?

ts
optional colorScheme: string;

Defined in: src/typescript/lib/core/Component.ts:84

Inherited from

PanelOptions.colorScheme


components?

ts
optional components: (
  | Component<ComponentOptions>
  | ConstrainedComponent)[];

Defined in: src/typescript/lib/core/Component.ts:103

Inherited from

PanelOptions.components


contentFactory()?

ts
optional contentFactory: () => Component;

Defined in: src/typescript/lib/core/Window.ts:31

Returns

Component


cursor?

ts
optional cursor: string;

Defined in: src/typescript/lib/core/Component.ts:89

Inherited from

PanelOptions.cursor


display?

ts
optional display: string;

Defined in: src/typescript/lib/core/Component.ts:97

Inherited from

PanelOptions.display


displayed?

ts
optional displayed: boolean;

Defined in: src/typescript/lib/core/Component.ts:77

Inherited from

PanelOptions.displayed


foregroundColor?

ts
optional foregroundColor: string;

Defined in: src/typescript/lib/core/Component.ts:83

Inherited from

PanelOptions.foregroundColor


glyph?

ts
optional glyph: string;

Defined in: src/typescript/lib/core/Window.ts:26


headerText?

ts
optional headerText: string;

Defined in: src/typescript/lib/core/Window.ts:25


height?

ts
optional height: number;

Defined in: src/typescript/lib/core/Window.ts:30


id?

ts
optional id: string;

Defined in: src/typescript/lib/core/Component.ts:101

Inherited from

PanelOptions.id


insets?

ts
optional insets: Insets;

Defined in: src/typescript/lib/core/Component.ts:79

Inherited from

PanelOptions.insets


layoutManager?

ts
optional layoutManager: LayoutManager;

Defined in: src/typescript/lib/core/Component.ts:100

Inherited from

PanelOptions.layoutManager


maxSize?

ts
optional maxSize: Size;

Defined in: src/typescript/lib/core/Component.ts:92

Inherited from

PanelOptions.maxSize


minSize?

ts
optional minSize: Size;

Defined in: src/typescript/lib/core/Component.ts:91

Inherited from

PanelOptions.minSize


onReady()?

ts
optional onReady: (component: Component) => void;

Defined in: src/typescript/lib/core/Window.ts:32

Parameters

component

Component

Returns

void


opacity?

ts
optional opacity: number;

Defined in: src/typescript/lib/core/Component.ts:95

Inherited from

PanelOptions.opacity


outline?

ts
optional outline: string;

Defined in: src/typescript/lib/core/Component.ts:88

Inherited from

PanelOptions.outline


overflow?

ts
optional overflow: string;

Defined in: src/typescript/lib/core/Component.ts:98

Inherited from

PanelOptions.overflow


padding?

ts
optional padding: Insets;

Defined in: src/typescript/lib/core/Component.ts:80

Inherited from

PanelOptions.padding


pointerEvents?

ts
optional pointerEvents: string;

Defined in: src/typescript/lib/core/Component.ts:99

Inherited from

PanelOptions.pointerEvents


position?

ts
optional position: Position;

Defined in: src/typescript/lib/core/Component.ts:96

Inherited from

PanelOptions.position


preferredSize?

ts
optional preferredSize: Size;

Defined in: src/typescript/lib/core/Component.ts:90

Inherited from

PanelOptions.preferredSize


shadow?

ts
optional shadow: string;

Defined in: src/typescript/lib/core/Component.ts:87

Inherited from

PanelOptions.shadow


tag?

ts
optional tag: string;

Defined in: src/typescript/lib/core/Panel.ts:17

Inherited from

PanelOptions.tag


transform?

ts
optional transform: string;

Defined in: src/typescript/lib/core/Component.ts:93

Inherited from

PanelOptions.transform


visible?

ts
optional visible: boolean;

Defined in: src/typescript/lib/core/Component.ts:76

Inherited from

PanelOptions.visible


width?

ts
optional width: number;

Defined in: src/typescript/lib/core/Window.ts:29


willChange?

ts
optional willChange: null | string;

Defined in: src/typescript/lib/core/Component.ts:94

Inherited from

PanelOptions.willChange


x?

ts
optional x: number;

Defined in: src/typescript/lib/core/Window.ts:27


y?

ts
optional y: number;

Defined in: src/typescript/lib/core/Window.ts:28


zIndex?

ts
optional zIndex: number;

Defined in: src/typescript/lib/core/Component.ts:78

Inherited from

PanelOptions.zIndex