CSSNumericArray

The CSSNumericArray interface of the CSS Typed Object Model API contains a list of CSSNumericValue objects.

MDN Reference

Properties

Link copied to clipboard
open override val length: Int

The read-only length property of the An integer representing the number of CSSNumericValue objects in the list.

Functions

Link copied to clipboard
Link copied to clipboard
open override fun forEach(action: (item: CSSNumericValue) -> Unit)
Link copied to clipboard
open operator fun get(index: Int): CSSNumericValue
open operator fun get(key: Symbol.iterator): () -> JsIterator<CSSNumericValue>
Link copied to clipboard
open inline operator fun iterator(): Iterator<CSSNumericValue>
Link copied to clipboard
open override fun keys(): JsIterator<JsInt>
Link copied to clipboard
open override fun values(): JsIterator<CSSNumericValue>