SettingGroup.addExtraButton method
SettingGroup › addExtraButton
Official
Add an extra button to the setting group.Signature:
addExtraButton(cb: (component: ExtraButtonComponent) => unknown): thisParameters:
| Parameter | Type | Description |
|---|---|---|
| cb | (component: ExtraButtonComponent) => unknown | the callback function. |
Returns: this — the setting group.
Since: 1.11.0