Skip to content

Documentation v1.0.0


Documentation / @openassistant/plots / OnSelected

Type Alias: OnSelected()

OnSelected = (datasetName, selectedIndices) => void

Defined in: types.ts:21

The onSelected function is used to handle the selected indices of the histogram.

Parameters

datasetName

string

selectedIndices

number[]

Returns

void

Released under the MIT License.