Usage restrictions for the user when using SiteKiosk.
Path:

system.usageRestrictions

Hierarchy

  • UsageRestrictionConfig

Properties

enabled: boolean

Default: false

True when the session time limiter should be used.

system.usageRestrictions.enabled

sessionTime: number

Default: 600

Time in seconds a user session should be active until a reset occours.

system.usageRestrictions.sessionTime

showWarning: boolean

Default: true

True when a warning should be displayed to the user when the session times is nearly at end.

system.usageRestrictions.showWarning

startWhenUserIsActive: boolean

Default: true

True when the session time limiter should be active when the user is showing activity.

system.usageRestrictions.startWhenUserIsActive

warningTime: number

Default: 480

Time in which the warn dialog should be displayed

system.usageRestrictions.warningTime

Generated using TypeDoc