Interface

SearchTextQueryViewConfig (ui/search/text)

@ckeditor/ckeditor5-ui/src/search/text/searchtextqueryview

interface

The configuration of the SearchTextQueryView view.

Filtering

Type parameters

Properties

  • creator : LabeledFieldViewCreator<TConfigSearchField> | undefined

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

  • label : string

    The human-readable label of the search field.

  • showIcon : boolean | undefined

    Determines whether the loupe icon should be visible.

    Defaults to true

  • showResetButton : boolean | undefined

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

    Defaults to true