Contains settings for devices and handling of the user activity.
Path:

activityTracker

Hierarchy

  • ActivityTrackerConfig

Properties

activitySensors: string[]

Default:

[
  "DefaultKeyboardSensor",
  "DefaultMouseSensor"
]


Provides the list of sensor names which defines the sensors that can detect user activity.

activityTracker.activitySensors

activityTimeoutInSeconds: number

Default: 30

Time in seconds without activity after which the user becomes inactive.

activityTracker.activityTimeoutInSeconds

idleTimeoutInSeconds: number

Default: 0

Time in seconds without activity after the user has become inactive after which the user becomes active again. 0 to deactivate this feature.

activityTracker.idleTimeoutInSeconds

performLogout: boolean

Default: true

True when SiteKiosk should perform a logout when the user is no longer detected as active.

activityTracker.performLogout

showWarning: boolean

Default: false

True when a warn dialog should be displayed.

activityTracker.showWarning

warningTimeInSeconds: number

Default: 15

Time in seconds before a warning will be displayed which tells the user that he may become inactive.

activityTracker.warningTimeInSeconds

Generated using TypeDoc