nx.js
Classes

NcmPlaceHolderId

Extends

  • ArrayBufferStruct

Constructors

new NcmPlaceHolderId()

new NcmPlaceHolderId(): NcmPlaceHolderId

Returns

NcmPlaceHolderId

Inherited from

ArrayBufferStruct.constructor

new NcmPlaceHolderId()

new NcmPlaceHolderId(buffer, byteOffset?, byteLength?): NcmPlaceHolderId

Parameters

ParameterType
bufferArrayBufferLike | ArrayBufferView
byteOffset?number
byteLength?number

Returns

NcmPlaceHolderId

Inherited from

ArrayBufferStruct.constructor

Properties

PropertyModifierTypeDescriptionOverridesInherited from
bufferreadonlyArrayBufferLikeThe ArrayBuffer instance referenced by the array.-ArrayBufferStruct.buffer
byteLengthreadonlynumberThe length in bytes of the array.-ArrayBufferStruct.byteLength
byteOffsetreadonlynumberThe offset in bytes of the array.-ArrayBufferStruct.byteOffset
sizeofstatic16-ArrayBufferStruct.sizeof-

Methods

toArrayBuffer()

toArrayBuffer(): ArrayBuffer

Creates a copy of the struct buffer view as a new ArrayBuffer instance.

Returns

ArrayBuffer

Inherited from

ArrayBufferStruct.toArrayBuffer

On this page