Trevixal API
    Preparing search index...

    Interface OutlineBlockKind

    How one node type is presented in the outline.

    interface OutlineBlockKind {
        icon?: IconName;
        label?: (node: EditorNode) => string;
    }
    Index
    icon?: IconName
    label?: (node: EditorNode) => string

    Label for a row of this type. Defaults to the type name.