Skip to content

Documentation v1.0.0


Documentation / @openassistant/plots / GetValues

Type Alias: GetValues()

GetValues = (datasetName, variableName) => Promise<number[]>

Defined in: types.ts:7

The getValues function is used to get the values of the variable from dataset.

Parameters

datasetName

string

variableName

string

Returns

Promise<number[]>

Released under the MIT License.