Preparing search index...
The search index is not available
element-book - v23.0.0
element-book
BookElementExample
Type Alias BookElementExample<GlobalValuesType, ControlsInit, StateInit>
Book
Element
Example
<
GlobalValuesType
,
ControlsInit
,
StateInit
>
:
Overwrite
<
BaseBookEntry
,
{
entryType
:
ElementExample
;
parent
:
BookPage
|
undefined
;
}
&
{
render
:
(
(
renderParams
:
BookPageExampleRenderParams
<
GlobalValuesType
,
ControlsInit
,
StateInit
>
)
=>
HtmlInterpolation
)
;
showEvents
?:
ReadonlyArray
<
string
|
TypedEvent
>
;
stateInitStatic
?:
StateInit
;
styles
?:
CSSResult
;
}
>
An individual element example for an element-book page.
Type Parameters
GlobalValuesType
extends
GlobalValues
=
{}
ControlsInit
extends
BookPageControlsInitBase
=
{}
StateInit
extends
PropertyInitMapBase
=
{}
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
element-book - v23.0.0
Loading...
An individual element example for an element-book page.