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

    Type Alias DocumentQuery

    DocumentQuery: ElementQuery & { elementType?: string }

    Used to help filter documents shown in the selector dialog.

    Type declaration

    • OptionalelementType?: string

      The Mendix Metamodel name of a document, e.g. "Microflows$Microflow" or "Pages$Page", or the registered document type name for custom documents. You can find all the Metamodel names in the Mendix Model SDK documentation.