Configures the window block and area restriction systems.
Path:

security.windowManagement

Hierarchy

  • WindowManagemementConfig

Properties

areaRestrictionRules: WindowAreaRestrictionRule[]

Default: []

The list of rules to restrict the position of windows.

security.windowManagement.areaRestrictionRules

checkAfterCreationDelayInSeconds: number

Default: 0.4

Time in seconds after which a window will be checked after it has been created.

security.windowManagement.checkAfterCreationDelayInSeconds

enabled: boolean

Default: true

True when the window blocking system should be active.

security.windowManagement.enabled

filters: WindowBlockRule[]

Default: []

The list of additional block rules.

security.windowManagement.filters

The presets for the window management rules.

security.windowManagement.presets

restrictToMainArea: boolean

Default: false

True when windows should be restricted to the main area.

security.windowManagement.restrictToMainArea

showBlockDialog: boolean

Default: true

True when a dialog should be displayed to the user when a window has been blocked.

security.windowManagement.showBlockDialog

Generated using TypeDoc