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

    Interface CustomBlobDocument

    A unit is a container of elements, it can not contain other units.

    interface CustomBlobDocument {
        $CreationOptions?: CustomBlobDocuments.CustomBlobDocumentCreationOptions;
        $ID: string;
        $Type: "CustomBlobDocuments$CustomBlobDocument";
        $UnitID?: string;
        contents: string;
        customDocumentType: string;
        documentation: string;
        excluded: boolean;
        exportLevel: ExportLevel;
        metadata: CustomBlobDocumentMetadata;
        name: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Options to pass during the element creation

    $ID: string

    The unique id of the element.

    $Type: "CustomBlobDocuments$CustomBlobDocument"

    The type of the element.

    $UnitID?: string
    contents: string
    customDocumentType: string
    documentation: string
    excluded: boolean
    exportLevel: ExportLevel
    name: string