EventHandler
Reference — EventHandler in the Mutka module API.
Type Alias: EventHandler
type EventHandler = (payload) => void;Defined in: sandbox/authoring/hostProxy.ts:19
Parameters
| Parameter | Type |
|---|---|
payload | unknown |
Returns
void
Reference — EventHandler in the Mutka module API.
type EventHandler = (payload) => void;Defined in: sandbox/authoring/hostProxy.ts:19
| Parameter | Type |
|---|---|
payload | unknown |
void