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