element-book - v25.2.0
Preparing search index...
ElementExamplesDefiner
Type Alias ElementExamplesDefiner<GlobalValuesType, ControlsInit>
ElementExamplesDefiner
:
(
params
:
{
defineExample
:
DefineExampleCallback
<
GlobalValuesType
,
ControlsInit
>
;
}
,
)
=>
void
Used for
defineExamples
in a book page's init.
Type Parameters
GlobalValuesType
extends
GlobalValues
=
{}
ControlsInit
extends
BookPageControlsInitBase
=
BookPageControlsInitBase
Type declaration
(
params
:
{
defineExample
:
DefineExampleCallback
<
GlobalValuesType
,
ControlsInit
>
;
}
,
)
:
void
Parameters
params
:
{
defineExample
:
DefineExampleCallback
<
GlobalValuesType
,
ControlsInit
>
}
Returns
void
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
element-book - v25.2.0
Loading...
Used for
defineExamples
in a book page's init.