Contains the settings for the taskbar UI.
Path:

ui.taskbar

Hierarchy

  • TaskbarConfig

Properties

clockSettings: TaskbarClockSettings

Contains settings regarding the taskbars clock.

ui.taskbar.clockSettings

forceWindowVisibilityWhenHidden: boolean

Default: true

False when windows are allowed to become minimized when the taskbar is hidden. When set to true all windows will be restored so that they may be accessible to the user.

ui.taskbar.forceWindowVisibilityWhenHidden

hideWhenUserIsIdle: boolean

Default: true

True when the taskbar should be hidden when the user is idle.

ui.taskbar.hideWhenUserIsIdle

notificationIcons: NotificationIconsConfig

Contains the settings for notification icons in the taskbar.

ui.taskbar.notificationIcons

show: boolean

Default: false

True when the taskbar should be visible.

ui.taskbar.show

showAudio: boolean

Default: true

True when audio settings should be visible.

ui.taskbar.showAudio

showBattery: boolean

Default: true

True when battery status should be visible.

ui.taskbar.showBattery

showClock: boolean

Default: true

True when the clock should be visible.

ui.taskbar.showClock

showItemsInTaskbar: boolean

Default: true

True when the taskbar items should be visible.

ui.taskbar.showItemsInTaskbar

showLanguage: boolean

Default: false

True when the language chooser should be visible.

ui.taskbar.showLanguage

showSessionTime: boolean

Default: true

True when the remaining session time should be visible.

ui.taskbar.showSessionTime

showStartMenu: boolean

Default: false

True when the start menu button should be visible.

ui.taskbar.showStartMenu

showToggleDesktop: boolean

Default: false

True when the toggle desktop button should be visible.

ui.taskbar.showToggleDesktop

showVirtualKeyboard: boolean

Default: true

True when the virtual keyboard toggle button should be visible.

ui.taskbar.showVirtualKeyboard

showWifi: boolean

Default: true

True when wifi status should be visible.

ui.taskbar.showWifi

Contains the settings which influence the size of the taskbar.

ui.taskbar.sizes

startMenuEntries: ExecuteActionConfig[]

Default:

[
  {
    "name": "logoutSiteKiosk"
  }
]


Startmenu entries.

ui.taskbar.startMenuEntries

startMenuItemContainerSize: number

Default: 8

The number of elements visible when opening the start menu.

ui.taskbar.startMenuItemContainerSize

taskbarEntries: ExecuteActionConfig[]

Default:

[
  {
    "name": "logoutSiteKiosk"
  }
]


Taskbar entries.

ui.taskbar.taskbarEntries

taskbarWindowOverrides?: TaskbarWindowOverrideConfig[]

Default: []

Allows to override the visual styles of taskbar window elements.

ui.taskbar.taskbarWindowOverrides

Generated using TypeDoc