# <vgl-uint16-attribute>
The 16-bit unsigned integer data store for an attribute.
# Props
array: array
The array of values to be stored in the buffer.
Defaults to [object Object]name: string
An arbitrary name of the instance.
Defaults to [object Object]normalized: boolean
Whether values to be normalized or not.itemSize: number
The number of a value set.usage: staticDraw | staticRead | staticCopy | dynamicDraw | dynamicRead | dynamicCopy | streamDraw | streamRead | streamCopy
The usage pattern of the data store.
Defaults to [object Object]