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

    Type Alias ElementQuery

    Base query filter for elements shown in the selector dialog.

    type ElementQuery = {
        module?: string;
        name?: string;
    }
    Index

    Properties

    Properties

    module?: string

    The name of a project module. Optional.

    name?: string

    The name of a model element. Optional.