element-book - v26.16.0
Preparing search index...
BookPageControl
Type Alias BookPageControl<ControlType>
BookPageControl
:
{
controlName
:
string
;
controlType
:
ControlType
}
&
(
ControlType
extends
Custom
?
{
content
:
HtmlInterpolation
;
initValue
?:
never
}
:
{
content
?:
never
;
initValue
:
BookPageControlValueType
[
ControlType
]
}
)
&
(
ControlType
extends
Dropdown
?
{
options
:
string
[]
}
:
{
options
?:
never
}
)
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
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
element-book - v26.16.0
Loading...
Adds a control to an element-book page.