ViewTransitionTypeSet

open class ViewTransitionTypeSet : MutableSetLike.Mixin<ERROR CLASS: Symbol not found for JsString> (source)

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
open override val size: Int

Functions

Link copied to clipboard
open override fun add(value: ERROR CLASS: Symbol not found for JsString)
Link copied to clipboard
open override fun clear()
Link copied to clipboard
open override fun delete(value: ERROR CLASS: Symbol not found for JsString): Boolean
Link copied to clipboard
open fun entries(): JsIterator<Tuple2<ERROR CLASS: Symbol not found for JsString, ERROR CLASS: Symbol not found for JsString>>
Link copied to clipboard
open fun forEach(action: (@R|kotlin/ParameterName|(name = String(item)) ERROR CLASS: Symbol not found for JsString) -> Unit)
Link copied to clipboard
open override fun has(key: ERROR CLASS: Symbol not found for JsString): Boolean
Link copied to clipboard
open fun keys(): JsIterator<ERROR CLASS: Symbol not found for JsString>
Link copied to clipboard
open fun values(): JsIterator<ERROR CLASS: Symbol not found for JsString>