Home > widget-integration > DOMActionHandler

DOMActionHandler type

Signature:

export type DOMActionHandler<TEvent extends Event = Event> = (context: DOMActionContext<TEvent>) => void | Promise<void>;

References: DOMActionContext