Multi

class Multi<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

rows
Link copied to clipboard
js
val rows: DynamicComponentProperty<List<T>>
store
Link copied to clipboard
js
val store: ComponentProperty<Store<List<T>>?>