(path: string, name: string, instance: ActionInstance)
| 69 | saveFrame(path: string, frame: MDBFrame): Promise<void>; |
| 70 | commandsForSpace(path: string): Promise<Command[]>; |
| 71 | runCommand(path: string, name: string, instance: ActionInstance): Promise<CommandResult>; |
| 72 | createCommand(path: string, schema: SpaceTableSchema): Promise<boolean>; |
| 73 | deleteCommand(path: string, name: string): Promise<boolean>; |
| 74 | saveCommand(path: string, schemaId: string, saveCommand: (prev: Command) => Command): Promise<boolean>; |
nothing calls this directly
no outgoing calls
no test coverage detected