Back to Content

CSSTransformValue: keys() method

files/en-us/web/api/csstransformvalue/keys/index.md

latest361 B
Original Source

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

The CSSTransformValue.keys() method returns a new array iterator object that contains the keys for each index in the array.

Syntax

js-nolint
keys()

Parameters

None.

Return value

A new {{jsxref("Array")}}.

Examples

To Do

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}