(dimIndex: DimensionIndex)
| 315 | } |
| 316 | |
| 317 | getDimensionProperty(dimIndex: DimensionIndex): DataStoreDimensionDefine['property'] { |
| 318 | const item = this._dimensions[dimIndex]; |
| 319 | return item && item.property; |
| 320 | } |
| 321 | |
| 322 | /** |
| 323 | * Caution: Can be only called on raw data (before `this._indices` created). |