* Returns the underlying data in Array format.
()
| 360 | * Returns the underlying data in Array format. |
| 361 | */ |
| 362 | get values(): ArrayType1D | ArrayType2D { |
| 363 | return this.$data; |
| 364 | } |
| 365 | |
| 366 | /** |
| 367 | * Updates the internal $data property to the specified value |
nothing calls this directly
no outgoing calls
no test coverage detected