enum const class vaseGui::Direction
sys::Obj sys::Enum vaseGui::Direction
@Js
@Serializable { simple=true }
- down
-
const static Direction down := ...
- fromStr
-
static new fromStr(Str name, Bool checked := true)
Return the Direction instance for the specified name. If not a valid name and checked is false return null, otherwise throw ParseErr.
- left
-
const static Direction left := ...
- right
-
const static Direction right := ...
- top
-
const static Direction top := ...
- vals
-
const static List<Direction> vals := ...
List of Direction values indexed by ordinal