@gmb/bitmark-parser - v7.2.0
    Preparing search index...

    Type Alias ProseMirrorNodeMark

    type ProseMirrorNodeMark = {
        attrs?: Record<string, unknown>;
        type: string;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index
    attrs?: Record<string, unknown>
    type: string