Skip to content

SettingGroup.addSearchControl method

SettingGroup › addSearchControl

Unofficial

Adds a search control to the setting group's header.

Signature:

addSearchControl(cb: (el: HTMLElement) => void): this

Parameters:

ParameterTypeDescription
cb(el: HTMLElement) => voidCallback receiving the created control element.

Returns: thisThe setting group.