(path: string)
| 85 | allSpaces(): SpaceInfo[]; |
| 86 | spaceInfoForPath(path: string): SpaceInfo; |
| 87 | spaceDefForSpace(path: string): Promise<SpaceDefinition>; |
| 88 | readLabel(path: string): Promise<PathLabel>; |
| 89 | saveLabel(path: string, key: string, value: any): void; |
| 90 | addProperty(path: string, property: SpaceProperty): void; |
no outgoing calls
no test coverage detected