()
| 1421 | } |
| 1422 | |
| 1423 | getChildren(): CdkTreeNode<T, K>[] | Observable<CdkTreeNode<T, K>[]> { |
| 1424 | return this._tree._getNodeChildren(this); |
| 1425 | } |
| 1426 | |
| 1427 | /** Focuses this data node. Implemented for TreeKeyManagerItem. */ |
| 1428 | focus(): void { |
nothing calls this directly
no test coverage detected