sandbox/authoring/hostProxy
Reference — sandbox/authoring/hostProxy in the Mutka module API.
sandbox/authoring/hostProxy
Interfaces
| Interface | Description |
|---|---|
| ClipboardFiles | What host.board.readFiles resolves to - the pasteboard's pending file list. |
| NetRequestOptions | Options for host.net.request - a host-proxied HTTP call (bypasses CORS). |
| NetResponse | What host.net.request resolves to. |
| SandboxHostApi | - |
Type Aliases
| Type Alias | Description |
|---|---|
| CloudStatus | Whether a file's data is materialized locally or still cloud-only. |
| ColumnProvider | - |
| CommandHandler | - |
| DiscoverHandler | A discovery source's two handlers, registered via host.onDiscover / onFetchSource. |
| EventHandler | - |
| FetchSourceHandler | - |
| ListHandler | - |
| OpenFileHandler | - |
| OpenHandler | - |
| ProviderHandler | - |
| ProviderMethod | The file-system provider operations a module may implement (mirrors hostProxy). |
| RenameProviderHandler | - |
| TransferHandler | - |
| UIEventHandler | A UI-event handler (button/list/form interaction) registered via host.onUIEvent. |
| WriteHandler | - |
Functions
| Function | Description |
|---|---|
| createHostProxy | - |