ProviderMethod
Reference — ProviderMethod in the Mutka module API.
Type Alias: ProviderMethod
type ProviderMethod =
| "list"
| "openFile"
| "createFolder"
| "createFile"
| "deleteItem"
| "renameItem"
| "copyFiles"
| "moveFiles";Defined in: sandbox/protocol/protocol.ts:391
The file-system provider operations a module may implement (mirrors hostProxy).