mount Dom Node Patch
fun <N : Node> mountDomNodePatch(job: Job, target: N, upstream: Flow<List<Patch<WithDomNode<N>>>>, cancelJob: (Node) -> Unit)
Content copied to clipboard
Mounts Patches of a Flow of WithDomNodes (mostly Tags) at this point in the DOM.
Parameters
job
to collect values
target
DOM mounting target
upstream
Flow of List of Patches of WithDomNodes that should be mounted at this point