Ctx

data class Ctx<out PROPS>(val engine: VDomEngine, val parent: Component<*>?, val props: PROPS)

Constructors

Link copied to clipboard
fun <out PROPS> Ctx(engine: VDomEngine, parent: Component<*>?, props: PROPS)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val parent: Component<*>?
Link copied to clipboard