mount Dom Node
fun <N : Node> mountDomNode(job: Job, target: N, upstream: Flow<WithDomNode<N>>)
Content copied to clipboard
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