Preparing search index...
The search index is not available
element-book - v23.0.0
element-book
DefineExampleCallback
Type Alias DefineExampleCallback<GlobalValuesType, ControlsInit>
Define
Example
Callback
<
GlobalValuesType
,
ControlsInit
>
:
(
<
StateInit
>
(
exampleInit
:
BookElementExampleInit
<
GlobalValuesType
,
ControlsInit
,
StateInit
>
)
=>
void
)
The callback type for a book page definition's
defineExample
callback.
Type Parameters
GlobalValuesType
extends
GlobalValues
=
{}
ControlsInit
extends
BookPageControlsInitBase
=
BookPageControlsInitBase
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
element-book - v23.0.0
Loading...
The callback type for a book page definition's
defineExample
callback.