Trevixal API
    Preparing search index...

    Interface NodeJSON

    JSON shape of a serialized node.

    interface NodeJSON {
        attrs?: Record<string, unknown>;
        content?: readonly NodeJSON[];
        marks?: readonly MarkJSON[];
        text?: string;
        type: string;
    }
    Index
    attrs?: Record<string, unknown>
    content?: readonly NodeJSON[]
    marks?: readonly MarkJSON[]
    text?: string
    type: string