typograph-editor-documentation
    Preparing search index...

    Interface page_bar_options

    interface page_bar_options {
        show_add_page?: boolean;
        show_name?: boolean;
        show_page_number?: boolean;
        visible?: boolean;
    }
    Index
    show_add_page?: boolean

    Offer the "new page" control. Stating this wins over canvas's own viewer-mode rule.

    show_name?: boolean

    Show each page's name. Templates carry authoring names a product may not want shown.

    show_page_number?: boolean

    Show the page-number badge.

    visible?: boolean

    Show the page bar at all. Default true — it is the viewer's only navigation.