Hiyve Components - v1.0.0
    Preparing search index...

    TipTap/ProseMirror JSON content type.

    type JSONContent = {
        attrs?: Record<string, unknown>;
        content?: JSONContent[];
        marks?: { attrs?: Record<string, unknown>; type: string }[];
        text?: string;
        type?: string;
    }
    Index

    Properties

    attrs?: Record<string, unknown>
    content?: JSONContent[]
    marks?: { attrs?: Record<string, unknown>; type: string }[]
    text?: string
    type?: string