Functions
Const hasShadow
Parameters
Returns boolean
Const isAlwaysOnTop
Parameters
Returns boolean
Const isClosable
Parameters
Returns boolean
Const isEnabled
Parameters
Returns boolean
Const isFocused
Parameters
Returns boolean
Const isFullScreenable
Parameters
Returns boolean
Const isKiosk
Parameters
Returns boolean
Const isMaximizable
Parameters
Returns boolean
Const isMaximized
Parameters
Returns boolean
Const isMinimizable
Parameters
Returns boolean
Const isMinimized
Parameters
Returns boolean
Const isMovable
Parameters
Returns boolean
Const isResizable
Parameters
Returns boolean
Const isVisible
Parameters
Returns boolean
Const maximize
- maximize(activate: boolean, runtimeScene: RuntimeScene): void
Const minimize
- minimize(activate: boolean, runtimeScene: RuntimeScene): void
Const setAlwaysOnTop
- setAlwaysOnTop(activate: boolean, level: "normal" | "floating" | "torn-off-menu" | "modal-panel" | "main-menu" | "status" | "pop-up-menu" | "screen-saver", runtimeScene: RuntimeScene): void
Parameters
activate: boolean
level: "normal" | "floating" | "torn-off-menu" | "modal-panel" | "main-menu" | "status" | "pop-up-menu" | "screen-saver"
Returns void
Const setClosable
- setClosable(activate: boolean, runtimeScene: RuntimeScene): void
Const setContentProtection
- setContentProtection(activate: boolean, runtimeScene: RuntimeScene): void
Const setFocusable
- setFocusable(activate: boolean, runtimeScene: RuntimeScene): void
Const setFullScreenable
- setFullScreenable(activate: boolean, runtimeScene: RuntimeScene): void
Const setHasShadow
- setHasShadow(activate: boolean, runtimeScene: RuntimeScene): void
Const setKiosk
- setKiosk(activate: boolean, runtimeScene: RuntimeScene): void
Const setMaximizable
- setMaximizable(activate: boolean, runtimeScene: RuntimeScene): void
Const setMinimizable
- setMinimizable(activate: boolean, runtimeScene: RuntimeScene): void
Const setMovable
- setMovable(activate: boolean, runtimeScene: RuntimeScene): void
Const setOpacity
- setOpacity(opacity: number, runtimeScene: RuntimeScene): void
Const setPosition
- setPosition(x: number, y: number, runtimeScene: RuntimeScene): void
Const setResizable
- setResizable(activate: boolean, runtimeScene: RuntimeScene): void