VDom
class VDom(engine: VDomEngine, val component: Component<*>? = null) : FlowContent
Content copied to clipboard
Constructors
Functions
Properties
Link copied to clipboard
open override val attributesEntries: Collection<Map.Entry<String, String>>
Content copied to clipboard
Extensions
Link copied to clipboard
fun VDom.formController(): FunctionalComponentStateProperty<FormController>
Content copied to clipboard
Link copied to clipboard
inline fun <P> VDom.subscribingTo(stream: Stream<P>): ReadOnlyProperty<Any?, P>
Content copied to clipboard