enum class domkit::Align

sys::Obj
  sys::Enum
    domkit::Align

@Js
@Serializable { simple=true }

Alignment enums: top, left, bottom, right, center

bottom

const static Align bottom := ...

center

const static Align center := ...

fromStr

static new fromStr(Str name, Bool checked := true)

Return the Align instance for the specified name. If not a valid name and checked is false return null, otherwise throw ParseErr.

left

const static Align left := ...

const static Align right := ...

top

const static Align top := ...

vals

const static Align[] vals := ...

List of Align values indexed by ordinal