Documentation - v0.30.3
Preparing search index...
@mtcute/web
utils
PageBlockVisitor
Interface PageBlockVisitor
interface
PageBlockVisitor
{
pageBlock
?:
(
block
:
TypePageBlock
)
=>
void
;
richText
?:
(
text
:
TypeRichText
)
=>
void
;
}
Index
Properties
page
Block?
rich
Text?
Properties
Optional
page
Block
pageBlock
?:
(
block
:
TypePageBlock
)
=>
void
Called for every page block in the tree
Optional
rich
Text
richText
?:
(
text
:
TypeRichText
)
=>
void
Called for every rich text node in the tree
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
page
Block
rich
Text
Documentation - v0.30.3
Loading...
Called for every page block in the tree