MutkaMutka
API ReferenceSandboxAuthoringsandbox/authoring/hostProxyType aliases

WriteHandler

Reference — WriteHandler in the Mutka module API.

Type Alias: WriteHandler

type WriteHandler = (path) => void | Promise<void>;

Defined in: sandbox/authoring/hostProxy.ts:22

Parameters

ParameterType
pathstring

Returns

void | Promise<void>

On this page