mountDomNode

fun <N : Node> mountDomNode(job: Job, target: N, upstream: Flow<WithDomNode<N>>)

Mounts the values of a Flow of WithDomNodes (mostly Tags) at this point in the DOM.

Parameters

job

to collect values

target

DOM mounting target

upstream

returns the Flow that should be mounted at this point