SearchTextQueryViewConfig
interface
The configuration of the SearchTextQueryView view.
Type parameters
TConfigSearchField : extends InputBase<HTMLInputElement | HTMLTextAreaElement>
Properties
creator : LabeledFieldViewCreator<TConfigSearchField> | undefinedmodule:ui/search/text/searchtextqueryview~SearchTextQueryViewConfig#creatorThe function that creates the search field input view. By default, a plain
InputTextViewis used for this purpose.label : stringmodule:ui/search/text/searchtextqueryview~SearchTextQueryViewConfig#labelThe human-readable label of the search field.
showIcon : boolean | undefinedmodule:ui/search/text/searchtextqueryview~SearchTextQueryViewConfig#showIconshowResetButton : boolean | undefinedmodule:ui/search/text/searchtextqueryview~SearchTextQueryViewConfig#showResetButtonDetermines whether the button that resets the search should be visible.
Defaults to
true