Skip to main content

Button

Extends

Type Parameters

Type ParameterDefault type
K extends keyof ButtonRPCPayloadkeyof ButtonRPCPayload

Properties

PropertyTypeDescriptionInherited from
onClickSignal<ButtonRPCPayload[K]["onClick"]["input"] extends undefined ? void : ButtonRPCPayload[K]["onClick"]["input"]>When the toolbar button has a group, it does not have a click event. It's click event is instead used to show the group Param Identifies which group button was clicked. Obsolete when the toolbar button does not have a group.-
remove() => Promise<void>Throws UIErrorPluginElement.remove
update(payload) => Promise<void>Throws UIError-