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

    Interface DropDownSearchField

    interface DropDownSearchField {
        $CreationOptions?: DropDownSearchFieldCreationOptions;
        $ID: string;
        $Type: "Pages$DropDownSearchField";
        allowMultipleSelect: boolean;
        attributeRef: null | AttributeRef;
        caption: Text;
        customDateFormat: string;
        defaultValue: string;
        name: string;
        operator: SearchFieldOperator;
        placeholder: Text;
        sortBar: GridSortBar;
        type: SearchFieldType;
        xPathConstraint: null | string;
        delete(): void;
        getContainer(): ControlBar;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Options to pass during the element creation

    $ID: string

    The unique id of the element.

    $Type: "Pages$DropDownSearchField"

    The type of the element.

    allowMultipleSelect: boolean
    attributeRef: null | AttributeRef
    caption: Text
    customDateFormat: string
    defaultValue: string
    name: string
    placeholder: Text
    sortBar: GridSortBar
    xPathConstraint: null | string

    Methods