CSSNumericArray

Properties

Link copied to clipboard
abstract val length: Int

Functions

Link copied to clipboard
Link copied to clipboard
abstract 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
abstract fun keys(): JsIterator<Int>
Link copied to clipboard