(id: string, object: any, node: string, scope: string)
| 296 | } |
| 297 | |
| 298 | storeObject(id: string, object: any, node: string, scope: string) { |
| 299 | this._storeObject("store", id, object, node, scope); |
| 300 | } |
| 301 | |
| 302 | unstoreObject(id: string, object: any, node: string, scope: string) { |
| 303 | this._storeObject("unstore", id, object, node, scope); |