ArrayBufferView
Defined in: node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es5.d.ts:1729
Type Parameters
Section titled “Type Parameters”Type Parameter | Default type |
---|---|
TArrayBuffer extends ArrayBufferLike | ArrayBufferLike |
Properties
Section titled “Properties”buffer
Section titled “buffer”readonly buffer: TArrayBuffer;
Defined in: node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es5.d.ts:1733
The ArrayBuffer instance referenced by the array.
byteLength
Section titled “byteLength”readonly byteLength: number;
Defined in: node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es5.d.ts:1738
The length in bytes of the array.
byteOffset
Section titled “byteOffset”readonly byteOffset: number;
Defined in: node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es5.d.ts:1743
The offset in bytes of the array.