Back to Content

CSSNumericArray: length property

files/en-us/web/api/cssnumericarray/length/index.md

latest383 B
Original Source

{{APIRef("CSS Typed OM")}}

The read-only length property of the {{domxref("CSSNumericArray")}} interface returns the number of {{domxref("CSSNumericValue")}} objects in the list.

Value

An integer representing the number of {{domxref("CSSNumericValue")}} objects in the list.

Examples

To Do

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}