Interface: SearchInputStoreEvents<T>
Defined in: widgets/utility/searchInput.tsx:145
Events date for SearchInputStore events.
See
Type Parameters
Type Parameter |
---|
|
Properties
Property | Modifier | Type | Description |
---|---|---|---|
|
| Triggered on SearchInputStore.mode property change. | |
| Triggered on SearchInputStore.value property change. | ||
|
| Triggered on a request to clear the search query, either after
value change with | |
|
| Event source (search input store). | |
|
|
| Current search query value. |
|
| Triggered on a request to perform the search, either after debounce
timeout since last value change with | |
|
| Event source (search input store). | |
|
|
| Current search query value. |