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[]>
