Search
Preparing search index...
The search index is not available
@quenk/wml-widgets
Options
All
Public
Public/Protected
All
Inherited
Menu
Globals
"control/native/select/index"
Values
Class Values<V>
Values available to the Select's view.
Type parameters
V
Hierarchy
Values
Index
Constructors
constructor
Properties
class
Name
instruction
onchange
options
selected
self
Constructors
constructor
new
Values
(
self
:
Select
<
V
>
, options
:
Option
<
V
>
[]
, onchange
?:
(Anonymous function)
, selected
?:
number
, className
?:
string
, instruction
?:
string
)
:
Values
Parameters
self:
Select
<
V
>
options:
Option
<
V
>
[]
Default value
onchange:
(Anonymous function)
= dispatchChange(self)
Default value
selected:
number
= -1
Default value
className:
string
= concat(NATIVE_SELECT, self.attrs.ww.class)
Default value
instruction:
string
= "Select one."
Returns
Values
Properties
class
Name
class
Name
:
string
instruction
instruction
:
string
onchange
onchange
:
(Anonymous function)
options
options
:
Option
<
V
>
[]
selected
selected
:
number
self
self
:
Select
<
V
>
Globals
"control/native/select/index"
Select
Selection
Changed
Event
Values
constructor
class
Name
instruction
onchange
options
selected
self
Option
Select
Attrs
NATIVE_
SELECT
dispatch
Change
Generated using
TypeDoc
Values available to the Select's view.