()
| 1242 | |
| 1243 | @Input() |
| 1244 | get isExpanded(): boolean { |
| 1245 | return this._tree.isExpanded(this._data); |
| 1246 | } |
| 1247 | set isExpanded(isExpanded: boolean) { |
| 1248 | this._inputIsExpanded = isExpanded; |
| 1249 | if (isExpanded) { |
nothing calls this directly
no test coverage detected