Home > widget-integration > DOMActionHandler
DOMActionHandler type
Signature:
export type DOMActionHandler<TEvent extends Event = Event> = (context: DOMActionContext<TEvent>) => void | Promise<void>;
References: DOMActionContext
Home > widget-integration > DOMActionHandler
Signature:
export type DOMActionHandler<TEvent extends Event = Event> = (context: DOMActionContext<TEvent>) => void | Promise<void>;
References: DOMActionContext