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:

ParameterTypeDescription
cb(component: SearchComponent) => unknownthe callback function.

Returns: thisthe setting group.

Since: 1.11.0