Skip to main content

ArrayBufferView

Type Parameters

Type ParameterDefault type
TArrayBuffer extends ArrayBufferLikeArrayBufferLike

Properties

buffer

readonly buffer: TArrayBuffer;

The ArrayBuffer instance referenced by the array.


byteLength

readonly byteLength: number;

The length in bytes of the array.


byteOffset

readonly byteOffset: number;

The offset in bytes of the array.