SettingGroup.addSearchControl method
SettingGroup › addSearchControl
Unofficial
Adds a search control to the setting group's header.Signature:
addSearchControl(cb: (el: HTMLElement) => void): thisParameters:
| Parameter | Type | Description |
|---|---|---|
| cb | (el: HTMLElement) => void | Callback receiving the created control element. |
Returns: this — The setting group.