- Index
- »
- fan.domkit
- »
- Dir
Dir
@Js
@Serializable { simple=true }
const class Dir : Enum
Direction enums: up, down, left, right
Return the Dir instance for the specified name
List of Dir values indexed by ordinal
const static Dir : down
static new fromStr(Str name, Bool checked)
Return the Dir instance for the specified name. If not a valid name and checked is false return null, otherwise throw ParseErr.
const static Dir : left
const static Dir : right
const static Dir : up
const static Dir[] : vals
List of Dir values indexed by ordinal