Single

class Single<T>

Functions

equals
Link copied to clipboard
js
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
js
open fun hashCode(): Int
toString
Link copied to clipboard
js
open fun toString(): String

Properties

row
Link copied to clipboard
js
val row: NullableDynamicComponentProperty<T>
store
Link copied to clipboard
js
val store: ComponentProperty<Store<T?>?>