Skip to main content

foundation-notifications.toastbutton.action

Home > @genesislcap/foundation-notifications > ToastButton > action

ToastButton.action() method

Signature:

action({ details, buttonElement, toastElement, }: {
details: NotificationDataRow;
buttonElement: HTMLElement;
toastElement: any;
}): void;

Parameters

Parameter

Type

Description

{ details, buttonElement, toastElement, }

{ details: NotificationDataRow; buttonElement: HTMLElement; toastElement: any; }

Returns:

void