visualization-tools

Home > @visualization-tools/core > IInterleavedConfig

IInterleavedConfig interface

Construction options of AInterleavedConnector.

Signature:

export interface IInterleavedConfig<TOffsets> 

Properties

Property Type Description
blockElementCount number  
length? number (Optional) The interleaved length (as opposed to the data length, which would be length * blockSize).
offsets TOffsets  
startIndex? number (Optional) The interleaved index (as opposed to the data offset, which would be index * blockSize).