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

Properties

Options to pass during the element creation

$ID: string

The unique id of the element.

$Type

The type of the element.

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

Methods