SmythOS SDK
    Preparing search index...

    Type Alias TDocumentContent

    type TDocumentContent = {
        data: string;
        text?: string;
        type:
            | "text"
            | "image"
            | "table"
            | "code"
            | "formula"
            | "equation"
            | "link"
            | "list"
            | "heading"
            | "paragraph"
            | "table"
            | "image"
            | "code"
            | "formula"
            | "equation"
            | "link"
            | "list"
            | "heading"
            | "paragraph";
    }
    Index

    Properties

    Properties

    data: string
    text?: string
    type:
        | "text"
        | "image"
        | "table"
        | "code"
        | "formula"
        | "equation"
        | "link"
        | "list"
        | "heading"
        | "paragraph"
        | "table"
        | "image"
        | "code"
        | "formula"
        | "equation"
        | "link"
        | "list"
        | "heading"
        | "paragraph"