Reference
bindTextBatch
Binds multiple text nodes to the same reactive value.
Signature
function bindTextBatch(nodes: readonly Text[], value: (): unknown, options?: BindTextBatchOptions): DisposeReference
Binds multiple text nodes to the same reactive value.
function bindTextBatch(nodes: readonly Text[], value: (): unknown, options?: BindTextBatchOptions): Dispose