Skip to content

Documentation v1.0.0


Documentation / @openassistant/hooks / OnBrushedCallback

Type Alias: OnBrushedCallback() ​

OnBrushedCallback = (highlightRowIndices, dataId) => void

Defined in: use-brush-link.tsx:12

Parameters ​

highlightRowIndices ​

number[]

dataId ​

string

Returns ​

void

Released under the MIT License.