We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c948b0 commit 0973512Copy full SHA for 0973512
Sources/Common/Core/DataArray/index.d.ts
@@ -94,7 +94,7 @@ export interface vtkDataArray extends vtkObject {
94
* @param {boolean} [computeRanges] (default: true)
95
* @returns {vtkRange[]}
96
*/
97
- getRanges(computeRanges = true): vtkRange[];
+ getRanges(computeRanges: boolean): vtkRange[];
98
99
/**
100
* Set the given tuple at the given index.
0 commit comments