(path: string, properties: { [key: string]: any })
| 89 | saveLabel(path: string, key: string, value: any): void; |
| 90 | addProperty(path: string, property: SpaceProperty): void; |
| 91 | saveProperties(path: string, properties: { [key: string]: any }): Promise<boolean>; |
| 92 | readProperties(path: string): Promise<{ [key: string]: any }>; |
| 93 | renameProperty(path: string, property: string, newProperty: string): void; |
| 94 | deleteProperty(path: string, property: string): void; |
no outgoing calls
no test coverage detected