SearchTextQueryViewConfig

Api-interface icon interface

The configuration of the SearchTextQueryView view.

Type parameters

Properties

  • Chevron-right icon

    creator : LabeledFieldViewCreator<TConfigSearchField> | undefined

    The function that creates the search field input view. By default, a plain InputTextView is used for this purpose.

  • Chevron-right icon

    label : string

    The human-readable label of the search field.

  • Chevron-right icon

    showIcon : boolean | undefined

    Determines whether the loupe icon should be visible.

    Defaults to true

  • Chevron-right icon

    showResetButton : boolean | undefined

    Determines whether the button that resets the search should be visible.

    Defaults to true