element-book - v26.16.0
Preparing search index...
isControlInitType
Function isControlInitType
isControlInitType
<
const
SpecificControlType
extends
BookPageControlType
>
(
controlInit
:
BookPageControlInit
<
BookPageControlType
>
,
specificType
:
SpecificControlType
,
)
:
controlInit
is
BookPageControlInit
<
SpecificControlType
>
Checks and type guards that the input page control init is of the given type.
Type Parameters
const
SpecificControlType
extends
BookPageControlType
Parameters
controlInit
:
BookPageControlInit
<
BookPageControlType
>
specificType
:
SpecificControlType
Returns
controlInit
is
BookPageControlInit
<
SpecificControlType
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
element-book - v26.16.0
Loading...
Checks and type guards that the input page control init is of the given type.