Skip to content

SettingGroup.addExtraButton method

SettingGroup › addExtraButton

Official

Add an extra button to the setting group.

Signature:

addExtraButton(cb: (component: ExtraButtonComponent) => unknown): this

Parameters:

Parameter Type Description
cb (component: ExtraButtonComponent) => unknown the callback function.

Returns: thisthe setting group.

Since: 1.11.0