Contains all UI relevant settings for SiteKiosk.
Path:

ui

Hierarchy

  • UIConfig

Properties

autoCloseBlockDialogs: boolean

Default: true

True when block dialogs should close automatically after a certain time.

ui.autoCloseBlockDialogs

background: BackgroundConfig

Contains the settings for the shells background.

ui.background

hideMouseCursor: boolean

Default: false

True when the mouse cursor should be hidden.

ui.hideMouseCursor

hideMouseCursorWhenIdle?: boolean

Default: true

True when the mouse cursor should be hidden when the idle state is active.

ui.hideMouseCursorWhenIdle

language: LanguageConfig

Contains the language settings.

ui.language

mainArea: AreaConfig

Contains the main area settings.

ui.mainArea

preloadDialogs: boolean

Default: true

True when all dialogs should be preloaded instead of only loaded when needed. This will consume some memory.

ui.preloadDialogs

scaling: number

Default: 1

The scaling percentage for the SiteKiosk UI.

ui.scaling

showSplashScreen: boolean

Default: true

True when the SiteKiosk loading splashscreen should be displayed.

ui.showSplashScreen

showWaitDialogs: boolean

Default: true

True when the SiteKiosk should display intermediate wait dialogs (at startup for example).

ui.showWaitDialogs

taskbar: TaskbarConfig

Contains the settings for the taskbar UI.

ui.taskbar

Contains the theme settings for SiteKiosk.

ui.theme

virtualKeyboard: VirtualKeyboardConfig

Contains the settings for the virtual keyboard.

ui.virtualKeyboard

Generated using TypeDoc