Documentation - v0.30.3
    Preparing search index...

    Interface PageBlockVisitor

    interface PageBlockVisitor {
        pageBlock?: (block: TypePageBlock) => void;
        richText?: (text: TypeRichText) => void;
    }
    Index

    Properties

    pageBlock?: (block: TypePageBlock) => void

    Called for every page block in the tree

    richText?: (text: TypeRichText) => void

    Called for every rich text node in the tree