SettingGroup.addSearch method
SettingGroup › addSearch
Official
Add a search input at the beginning of the setting group. Useful for filtering results or adding an input for quick entry.Signature:
addSearch(cb: (component: SearchComponent) => unknown): thisParameters:
| Parameter | Type | Description |
|---|---|---|
| cb | (component: SearchComponent) => unknown | the callback function. |
Returns: this — the setting group.
Since: 1.11.0