ViewTransitionTypeSet

The ViewTransitionTypeSet interface of the View Transition API is a set-like object representing the types of an active view transition. This enables the types to be queried or modified on-the-fly during a transition.

MDN Reference

Properties

Link copied to clipboard
abstract override val size: Int

Functions

Link copied to clipboard
abstract fun add(value: JsString)
Link copied to clipboard
abstract fun clear()
Link copied to clipboard
abstract fun delete(value: JsString): Boolean
Link copied to clipboard
Link copied to clipboard
abstract fun forEach(action: (item: JsString) -> Unit)
Link copied to clipboard
open operator fun get(key: Symbol.iterator): () -> JsIterator<JsString>
Link copied to clipboard
abstract override fun has(key: JsString): Boolean
Link copied to clipboard
abstract fun keys(): JsIterator<JsString>
Link copied to clipboard
abstract fun values(): JsIterator<JsString>