SelectOption
Hierarchy
- TinyType
- SelectOption
Index
Methods
staticwithLabel
Parameters
label: string
Returns SelectOption
staticwithValue
Parameters
value: string
Returns SelectOption
externalequals
Parameters
externalanother: TinyType
Returns boolean
externaltoJSON
Returns JSONValue
toString
Returns string
Constructors
constructor
Parameters
optionallabel: string
optionalvalue: string
optionalselected: boolean
optionaldisabled: boolean
Returns SelectOption
Describes the
<option />
elements to select.Learn more