QuickBase JS SDK v2 - v2.2.2
    Preparing search index...

    Interface GenerateDocumentResponse

    interface GenerateDocumentResponse {
        contentType?: string;
        data?: string;
        fileName?: string;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index

    Properties

    contentType?: string

    The document content type.

    data?: string

    Base64 encoded file content.

    fileName?: string

    The file name.