Configures an action which can be executed.

Hierarchy

  • ExecuteActionConfig

Properties

changeColorFilter?: ChangeColorFilterActionConfig

Changes the color filter.

changePlaybackDevice?: ChangePlaybackDeviceActionConfig

Changes the playback device.

Changes the volume.

displayAdministrationDialog?: DisplayAdministrationDialogConfig

Displays the administration dialog.

Executes a provided java script.

Exits SiteKiosk.

iconFilePath?: string

The optional filepath to an icon. SiteKiosk will automatically search a fitting icon when this is not defined.

invokeScreenReaderElement?: InvokeScreenReaderElementActionConfig

Invokes the screen reader element.

logoutSiteKiosk?: LogoutSiteKioskActionConfig

Performs a SiteKiosk session logout.

Logs out the current user of this machine.

Displays a menu.

name: string

The name of the action to perform.

Navigates to an URL.

Restarts the machine.

restartSiteKiosk?: RestartSiteKioskActionConfig

Restarts SiteKiosk.

selectScreenReaderElement?: SelectScreenReaderElementActionConfig

Changes the screen reader element.

Displays the specified dialog.

showFileManager?: ShowFileManagerActionConfig

Displays the file manager.

showTitle?: boolean

When true, the title will be displayed, when false, only the tooltip will display the title. When not set the system decides based on where this item is used.

Displays a WebPage in a non browser window.

shutdownMachine?: ShutdownMachineActionConfig

Shutdowns the machine.

speakScreenReaderElement?: SpeakScreenReaderElementActionConfig

Speaks the screen reader element.

startApplication?: StartApplicationActionConfig

Starts the specified application.

stopScreenReaderSpeech?: StopScreenReaderSpeechActionConfig

Stops the screen reader speech.

Synthesizes keys.

title?: string

The title of this element. When an empty string is provided the title will be hidden. A null or undefined value indicates that the title will be auto generated.

toggleAccessibilityMenuVisibility?: ToggleAccessibilityMenuVisibilityActionConfig

Toggles the accessibility menus visibility.

toggleMagnification?: ToggleMagnificationActionConfig

Toggles the magnification state.

toggleScreenReader?: ToggleScreenReaderActionConfig

Toggles the screen reader state.

toggleScreenReaderAutoSpeech?: ToggleScreenReaderAutoSpeechActionConfig

Toggles the screen reader auto speech.

toggleVirtualKeyboard?: ToggleVirtualKeyboardActionConfig

Toggles the virtual keyboard state.

useSmartIcon?: boolean

When true, the system tries to get a more fitting icon for the action, for example the fav icon for a navigate action, or the exe icon for the startApplication action.

Generated using TypeDoc