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 full)

Properties

Options to pass during the element creation

$ID: string

The unique id of the element.

$Type

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