Values from input are set to the textContent/innerHTML of an element.
input
const rxSource = Rx.From.string('hello');const rxSet = Rx.Sinks.setHtmlText(rxSource, { query: }) Copy
const rxSource = Rx.From.string('hello');const rxSet = Rx.Sinks.setHtmlText(rxSource, { query: })
Values from
input
are set to the textContent/innerHTML of an element.