sesaparcours
Preparing search index...
entities/dom/DomEltSelect
DomEltSelectValues
Interface DomEltSelectValues
interface
DomEltSelectValues
{
choices
:
Choice
[]
;
container
?:
HTMLElement
;
inputProps
?:
Partial
<
HTMLSelectElement
>
&
{
heading
?:
string
;
name
:
string
;
onChange
?:
(
choice
:
Choice
)
=>
void
;
select
?:
number
;
}
;
persistent
?:
boolean
;
}
Hierarchy (
View Summary
)
DomEltSelectValues
IDisplayParamSelect
Index
Properties
choices
container?
input
Props?
persistent?
Properties
choices
choices
:
Choice
[]
Optional
container
container
?:
HTMLElement
Optional
input
Props
inputProps
?:
Partial
<
HTMLSelectElement
>
&
{
heading
?:
string
;
name
:
string
;
onChange
?:
(
choice
:
Choice
)
=>
void
;
select
?:
number
;
}
Optional
persistent
persistent
?:
boolean
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
choices
container
input
Props
persistent
sesaparcours
Loading...