Preparing search index...
The search index is not available
element-book - v23.0.0
element-book
defineBookPage
Function defineBookPage
define
Book
Page
<
const
GlobalValuesType
,
const
ParentPage
,
const
ControlsInit
>
(
pageInit
)
:
BookPage
<
GlobalValuesType
,
ParentPage
,
ControlsInit
>
Define an element-book page. This is how you create new entries for your element-book instance.
Type Parameters
const
GlobalValuesType
extends
GlobalValues
=
{}
const
ParentPage
extends
undefined
|
BookPage
=
undefined
const
ControlsInit
extends
BookPageControlsInitBase
=
{}
Parameters
pageInit
:
BookPageInit
<
GlobalValuesType
,
ParentPage
,
ControlsInit
>
Returns
BookPage
<
GlobalValuesType
,
ParentPage
,
ControlsInit
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
element-book - v23.0.0
Loading...
Define an element-book page. This is how you create new entries for your element-book instance.