sesaparcours
Preparing search index...
player/Playground
<internal>
IDisplayParamInput
Interface IDisplayParamInput
interface
IDisplayParamInput
{
container
?:
HTMLElement
;
element
?:
InputWithKeyboard
;
inputProps
?:
Partial
<
HTMLInputElement
>
;
kbRestriction
?:
RegExp
;
label
?:
string
;
labelProps
?:
Partial
<
HTMLLabelElement
>
;
persistent
?:
boolean
;
restriction
:
string
|
RegExp
|
RestrictionCallback
;
type
:
"input"
;
}
Hierarchy (
View Summary
)
DomEltInputValues
IDisplayParamInput
Index
Properties
container?
element?
input
Props?
kb
Restriction?
label?
label
Props?
persistent?
restriction
type
Properties
Optional
container
container
?:
HTMLElement
Optional
element
element
?:
InputWithKeyboard
Optional
input
Props
inputProps
?:
Partial
<
HTMLInputElement
>
Optional
kb
Restriction
kbRestriction
?:
RegExp
Optional
label
label
?:
string
Optional
label
Props
labelProps
?:
Partial
<
HTMLLabelElement
>
Optional
persistent
persistent
?:
boolean
restriction
restriction
:
string
|
RegExp
|
RestrictionCallback
type
type
:
"input"
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
container
element
input
Props
kb
Restriction
label
label
Props
persistent
restriction
type
sesaparcours
Loading...