Preparing search index...
The search index is not available
element-book - v23.0.0
element-book
BookPageControl
Type Alias BookPageControl<ControlType>
Book
Page
Control
<
ControlType
>
:
{
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
control
Name
:
string
The name and label for the control.
control
Type
:
ControlType
init
Value
:
BookPageControlValueType
[
ControlType
]
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
element-book - v23.0.0
Loading...
Adds a control to an element-book page.