Configures the gestures needed to perform to open the admin dialog.
Path:

security.password.gestures

Hierarchy

  • AdminDialogGestureConfig

Properties

allowDragCorners: boolean

Default: true

True when the user can drag along all 4 corners of the screen to open the admin dialog.

security.password.gestures.allowDragCorners

allowTapCorners: boolean

Default: true

True when the user can tap all 4 corners of the screen to open the admin dialog.

security.password.gestures.allowTapCorners

radiusPercentageOfScreen: number

Default: 0.1

The touch radius of the screen in which the corners will be detected.

security.password.gestures.radiusPercentageOfScreen

singleCornerTapGesture: AdminDialogTapGestureConfig

Configures the multi tap gesture to a specific corner gesture to open the admin dialog.

security.password.gestures.singleCornerTapGesture

Generated using TypeDoc