Function setHtmlText

Values from input are set to the textContent/innerHTML of an element.

const rxSource = Rx.From.string('hello');
const rxSet = Rx.Sinks.setHtmlText(rxSource, { query: })