(dimension?: DimensionLoose)
| 209 | } |
| 210 | |
| 211 | getValue(dimension?: DimensionLoose): ParsedValue { |
| 212 | const data = this.hostTree.data; |
| 213 | return data.getStore().get(data.getDimensionIndex(dimension || 'value'), this.dataIndex); |
| 214 | } |
| 215 | |
| 216 | setLayout(layout: any, merge?: boolean) { |
| 217 | this.dataIndex >= 0 |
nothing calls this directly
no test coverage detected