type
Alignment
@Js
@Serializable { simple=true }
enum class Alignment : Enum
enum
constructors
fromStr |
Return the Alignment instance for the specified name. |
---|
fields
vals |
List of Alignment values indexed by ordinal |
---|
Slot Details
center
const static Alignment center := ...
fromStr
left
const static Alignment left := ...
right
const static Alignment right := ...
unspecified
const static Alignment unspecified := ...
vals
const static Alignment[] vals := ...
List of Alignment values indexed by ordinal