@Js
@Serializable {
simple=true
collection=false
}
Enum for Window.mode
.
Slots
- appModalSource
-
const static WindowMode appModal
- fromStrSource
-
static WindowMode? fromStr(Str name, Bool checked := true)
Return the WindowMode instance for the specified name. If not a valid name and checked is false return null, otherwise throw ParseErr.
- modelessSource
-
const static WindowMode modeless
- sysModalSource
-
const static WindowMode sysModal
- valsSource
-
const static WindowMode[] vals := ...
List of WindowMode values indexed by ordinal
- windowModalSource
-
const static WindowMode windowModal