Skip to content
This is the alpha v4 version website. Looking for the v3 documentation?

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