enum class webfwt::HyperlinkTarget

sys::Obj
  sys::Enum
    webfwt::HyperlinkTarget

@Js
@Serializable { simple=true }

Source

HyperlinkTarget

fromStr

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

Source

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

hover

const static HyperlinkTarget hover := ...

Source

none

const static HyperlinkTarget none := ...

Source

underline

const static HyperlinkTarget underline := ...

Source

vals

const static HyperlinkTarget[] vals := ...

Source

List of HyperlinkTarget values indexed by ordinal