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

    Interface ViewEntitySourceDocument

    interface ViewEntitySourceDocument {
        $CreationOptions?: ViewEntitySourceDocumentCreationOptions;
        $ID: string;
        $Type: "DomainModels$ViewEntitySourceDocument";
        documentation: string;
        excluded: boolean;
        exportLevel: ExportLevel;
        name: string;
    }

    Hierarchy

    • Document
      • ViewEntitySourceDocument
    Index

    Properties

    Options to pass during the element creation

    $ID: string

    The unique id of the element.

    $Type: "DomainModels$ViewEntitySourceDocument"

    The type of the element.

    documentation: string
    excluded: boolean
    exportLevel: ExportLevel
    name: string