()
| 392 | } |
| 393 | |
| 394 | addElements() { |
| 395 | const meta = this._cachedMeta; |
| 396 | |
| 397 | this._dataCheck(); |
| 398 | |
| 399 | if (this.datasetElementType) { |
| 400 | meta.dataset = new this.datasetElementType(); |
| 401 | } |
| 402 | } |
| 403 | |
| 404 | buildOrUpdateElements(resetNewElements) { |
| 405 | const meta = this._cachedMeta; |