Configures an action which can be executed.

Hierarchy

  • ExecuteActionConfig

Properties

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.

logoutSiteKiosk?: LogoutSiteKioskActionConfig

Performs a SiteKiosk session logout.

Logs out the current user of this machine.

name: string

The name of the action to perform.

Navigates to an URL.

Restarts the machine.

restartSiteKiosk?: RestartSiteKioskActionConfig

Restarts SiteKiosk.

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.

startApplication?: StartApplicationActionConfig

Starts the specified application.

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.

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