* Shorthand function for closing the focused node in a layout.
()
| 1315 | * Shorthand function for closing the focused node in a layout. |
| 1316 | */ |
| 1317 | async closeFocusedNode() { |
| 1318 | await this.closeNode(this.focusedNodeId); |
| 1319 | } |
| 1320 | |
| 1321 | newEphemeralNode(blockId: string) { |
| 1322 | if (this.getter(this.ephemeralNode)) { |