ProcessItemFunction
ProcessItemFunction = (
key,startIndex,array) =>void
Defined in: packages/sigma/src/rendering/bucket.ts:22
Type for the function that processes an item and writes its data to the Float32Array
Parameters
key
string
startIndex
number
array
Float32Array
Returns
void