Interface

SearchTextViewConfig (ui/search/text)

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

interface

The configuration of the SearchTextView class.

Filtering

Type parameters

Properties

  • class : string | undefined

    The custom CSS class name to be added to the search view element.

  • filteredView : FilteredView

    The view that is filtered by the search query.

  • infoView : object | undefined

    The view that displays the information about the search results.

  • queryView : SearchTextQueryViewConfig<TConfigSearchField>

    The configuration of the view's query field.