@mendix/extensions-api - v0.3.0
    Preparing search index...

    Type Alias CustomBlobDocument<TBlob>

    Contains deserialized document content, together with metadata

    type CustomBlobDocument<TBlob extends object = object> = {
        $ID: string;
        contents: TBlob;
        documentType: string;
        name: string;
    }

    Type Parameters

    • TBlob extends object = object
    Index

    Properties

    $ID: string

    ID of the document

    contents: TBlob

    Deserialized document content

    documentType: string

    User-defined type of the document

    name: string

    Document name