element-book - v25.2.0
Preparing search index...
DefineExampleCallback
Type Alias DefineExampleCallback<GlobalValuesType, ControlsInit>
DefineExampleCallback
:
<
State
extends
PropertyInitMapBase
>
(
exampleInit
:
BookElementExampleInit
<
GlobalValuesType
,
ControlsInit
,
State
,
>
,
)
=>
void
The callback type for a book page definition's
defineExample
callback.
Type Parameters
GlobalValuesType
extends
GlobalValues
=
{}
ControlsInit
extends
BookPageControlsInitBase
=
BookPageControlsInitBase
Type declaration
<
State
extends
PropertyInitMapBase
>
(
exampleInit
:
BookElementExampleInit
<
GlobalValuesType
,
ControlsInit
,
State
,
>
,
)
:
void
Type Parameters
State
extends
PropertyInitMapBase
Parameters
exampleInit
:
BookElementExampleInit
<
GlobalValuesType
,
ControlsInit
,
State
>
Returns
void
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
element-book - v25.2.0
Loading...
The callback type for a book page definition's
defineExample
callback.