Skip to content

Function: buildScatterFieldAsync()

ts
function buildScatterFieldAsync(opts): Promise<ScatterFieldResult>;

Defined in: src/utils/ScatterFieldAsync.ts:11

Build scatter field off the main thread when possible. Returns the same shape as buildScatterField.

Parameters

opts

ScatterFieldOptions

Returns

Promise<ScatterFieldResult>

Released under the MIT License.