()
| 247 | } |
| 248 | |
| 249 | public initLayout() { |
| 250 | // To be called after setupSettings, as layout.init depends on them |
| 251 | this.layout.init(); |
| 252 | this.undefer(); |
| 253 | this.layout.eventHub.emit('initialised'); |
| 254 | } |
| 255 | |
| 256 | public nextTreeId(): number { |
| 257 | return this.treeIds.next(); |
no test coverage detected