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:

Parameter Type Description
cb (el: HTMLElement) => void Callback receiving the created control element.

Returns: thisThe setting group.