Skip to content

ButtonComponent.clickCallback method

ButtonComponent › clickCallback

Unofficial

The function that's called after clicking the button.

Signature:

clickCallback(): void

Returns: void

Remarks:

Using ButtonComponent.onClick(callback) assigns the callback to this method.