Home > @visualization-tools/core > ISharedInterleavedConnector
Provides a structured view into a SharedArray. Will take a claim on the SharedArray and release it when the object is disposed of.
Signature:
export interface ISharedInterleavedConnector<TArray extends TTypedArray, TOffsets> extends IInterleavedConnector<TArray, TOffsets>, ISharedObject
Extends: IInterleavedConnector<TArray, TOffsets>, ISharedObject