CloseAction

enum CloseAction : Enum<CloseAction>

Enumeration of ways to close a window.

Entries

UserCloseable
Link copied to clipboard
The window can be closed programmatically or by user interaction.
OnlyProgrammaticallyCloseable
Link copied to clipboard
The window can only be closed programmatically.

Properties

name
Link copied to clipboard
val name: String
ordinal
Link copied to clipboard
val ordinal: Int