Home > @visualization-tools/core > AInterleavedConnector
Interleaved implementation of IIndexedDataConnector
Signature:
export declare abstract class AInterleavedConnector<TArray extends TTypedArray, TOffsets> implements IInterleavedConnector<TArray, TOffsets>
Implements: IInterleavedConnector<TArray, TOffsets>
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(config, initialDataLength, bytesPerElement) | Constructs a new instance of the AInterleavedConnector class |
| Property | Modifiers | Type | Description |
|---|---|---|---|
| offsets | TOffsets |