HoveringContext

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

active
Link copied to clipboard
js
val active: ComponentProperty<Boolean>
style
Link copied to clipboard
js
val style: ComponentProperty<BasicParams.(IndexedValue<StatefulItem<T>>) -> Unit>