SynapEditor API 3.3.0
    Preparing search index...

    Interface SynapEditorTableOfContentsModel

    A Table of Contents model node.

    interface SynapEditorTableOfContentsModel {
        children: SynapEditorTableOfContentsModel[];
        id: string;
        level: number;
        text: string;
    }
    Index

    Properties

    Properties

    An array of child table of contents entries.

    id: string

    The ID of the table of contents entry.

    level: number

    The level (depth) of the table of contents entry.

    text: string

    The text of the table of contents entry.