enum class webfwt::UnderlineMode
sys::Obj sys::Enum webfwt::UnderlineMode
@Js@Serializable { simple=true }
UnderlineMode
- fromStr
-
static new fromStr(Str name, Bool checked := true)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 := ... - none
-
const static UnderlineMode none := ... - underline
-
const static UnderlineMode underline := ... - vals
-
const static UnderlineMode[] vals := ...List of UnderlineMode values indexed by ordinal