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

    Type Alias DocumentsOfTypeResult

    DocumentsOfTypeResult: {
        id: string;
        moduleName: string;
        name: string;
        type: string;
    }[]

    Represents results of querying all documents of given type

    Type declaration

    • id: string

      Document ID

    • moduleName: string

      Name of the module where the document is defined

    • name: string

      Document name

    • type: string

      Custom document type, as given in the query