enum class webfwt::UnderlineMode

sys::Obj
  sys::Enum
    webfwt::UnderlineMode

@Js
@Serializable { simple=true }

Source

UnderlineMode

fromStr

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

Source

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

hover

const static UnderlineMode hover := ...

Source

none

const static UnderlineMode none := ...

Source

underline

const static UnderlineMode underline := ...

Source

vals

const static UnderlineMode[] vals := ...

Source

List of UnderlineMode values indexed by ordinal