Skip to content

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): this

Parameters:

Parameter Type Description
cb (component: SearchComponent) => unknown the callback function.

Returns: thisthe setting group.

Since: 1.11.0