Interface FromArrayBufferOptionsInternal

Options for fromArrayBuffer.

interface FromArrayBufferOptions {
    ignoreEmptyLayers?: boolean;
}

Properties

ignoreEmptyLayers?: boolean

Whether to ignore (delete) unpopulated leading layers.

Note Block Studio automatically generates extra layers past the last populated layer.

This option skips those layers upon import.