Skip to content

WorkerResults

Unofficial

Worker results.

Import:

import type { WorkerResults } from '@obsidian-typings/obsidian-catalyst-latest';

Signature:

export interface WorkerResults

Properties

PropertyTypeDescription
bufferSharedArrayBufferShared buffer containing node position data from the simulation worker.
idnumber[]Array of node identifiers corresponding to entries in the buffer.
v?numberVersion counter for tracking simulation updates.

Links to this page: