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

    Interface ComparisonSearchField

    interface ComparisonSearchField {
        $CreationOptions?: ComparisonSearchFieldCreationOptions;
        $ID: string;
        $Type: "Pages$ComparisonSearchField";
        attributeRef: null | AttributeRef;
        caption: Text;
        customDateFormat: string;
        defaultValue: string;
        name: string;
        operator: SearchFieldOperator;
        placeholder: Text;
        type: SearchFieldType;
        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$ComparisonSearchField"

    The type of the element.

    attributeRef: null | AttributeRef
    caption: Text
    customDateFormat: string
    defaultValue: string
    name: string
    placeholder: Text

    Methods