WorkerResults
Unofficial
Worker results.
Import:
import type { WorkerResults } from '@obsidian-typings/obsidian-catalyst-latest';Signature:
export interface WorkerResultsProperties
| Property | Type | Description | |
|---|---|---|---|
| buffer | SharedArrayBuffer | Shared buffer containing node position data from the simulation worker. | |
| id | number[] | Array of node identifiers corresponding to entries in the buffer. | |
| v? | number | Version counter for tracking simulation updates. |
Links to this page: