Click or drag to resize

IDataView Properties

The IDataView type exposes the following members.

Properties
  NameDescription
Public propertyArrayBuffer
Gets view's underlying ArrayBuffer.
(Inherited from IArrayBufferView.)
Public propertyOffset
Gets the view's offset within the underlying ArrayBuffer.
(Inherited from IArrayBufferView.)
Public propertySize
Gets the view's size in bytes.
(Inherited from IArrayBufferView.)
Top
See Also