(lib: string, action: Command)
| 24 | loadPath: (path: string) => Promise<PathCache | void>; |
| 25 | readSystemCommands(): Promise<Library[]>; |
| 26 | saveSystemCommand(lib: string, action: Command): Promise<void>; |
| 27 | onSpaceUpdated(path: string, type: SpaceFragmentType): void; |
| 28 | onFocusesUpdated(): void; |
| 29 | saveFrameKit(frames: MDBFrame, name: string): Promise<void>; |
no outgoing calls
no test coverage detected