CommandHandler
Reference — CommandHandler in the Mutka module API.
Type Alias: CommandHandler
type CommandHandler = (snapshot) => void | Promise<void>;Defined in: sandbox/authoring/hostProxy.ts:16
Parameters
| Parameter | Type |
|---|---|
snapshot | HostSnapshot |
Returns
void | Promise<void>