Preparing search index...
The search index is not available
element-book - v23.1.1
element-book
BookPageControl
Type Alias BookPageControl<ControlType>
BookPageControl
:
{
controlName
:
string
;
controlType
:
ControlType
;
initValue
:
BookPageControlValueType
[
ControlType
]
;
}
&
(
ControlType
extends
Dropdown
?
{
options
:
string
[]
}
:
EmptyObject
)
Adds a control to an element-book page.
Type Parameters
ControlType
extends
BookPageControlType
=
BookPageControlType
Type declaration
controlName
:
string
The name and label for the control.
controlType
:
ControlType
initValue
:
BookPageControlValueType
[
ControlType
]
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
element-book - v23.1.1
Loading...
Adds a control to an element-book page.