@stereograph/teiaviewer - v17.8.0-dev
Preparing search index...
viewer
SelectController
Class SelectController<TOptions>
Type Parameters
const
TOptions
extends
ReadonlyArray
<
any
>
Hierarchy (
View Summary
)
ValueController
<
TOptions
[
number
]
>
SelectController
Index
Constructors
constructor
Properties
is
Saved
In
Local
Storage
is
Select
Controller
is
Value
Controller
on
Change
options
show
In
Dev
Tools
tag
Accessors
value
Constructors
constructor
new
SelectController
<
const
TOptions
extends
readonly
any
[]
>
(
defaultValue
:
TOptions
[
number
]
,
options
:
TOptions
,
pOptions
?:
ValueControllerOptions
<
TOptions
[
number
]
>
,
)
:
SelectController
<
TOptions
>
Type Parameters
const
TOptions
extends
readonly
any
[]
Parameters
defaultValue
:
TOptions
[
number
]
options
:
TOptions
pOptions
:
ValueControllerOptions
<
TOptions
[
number
]
>
= {}
Returns
SelectController
<
TOptions
>
Properties
Readonly
is
Saved
In
Local
Storage
isSavedInLocalStorage
:
boolean
Readonly
is
Select
Controller
isSelectController
:
true
Readonly
is
Value
Controller
isValueController
:
true
Readonly
on
Change
onChange
:
ViewerSignal
<
(
value
:
TOptions
[
number
]
)
=>
void
>
= ...
Readonly
options
options
:
TOptions
Readonly
show
In
Dev
Tools
showInDevTools
:
boolean
Readonly
tag
tag
:
string
Accessors
value
get
value
()
:
TOptions
[
number
]
Returns
TOptions
[
number
]
set
value
(
newValue
:
TOptions
[
number
]
)
:
void
Parameters
newValue
:
TOptions
[
number
]
Returns
void
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
is
Saved
In
Local
Storage
is
Select
Controller
is
Value
Controller
on
Change
options
show
In
Dev
Tools
tag
Accessors
value
@stereograph/teiaviewer - v17.8.0-dev
Loading...