Reference

bindCompilerKeyedSingleNodeList

Binds compiler-generated keyed rows through mutable per-row context.

Signature

function bindCompilerKeyedSingleNodeList<T, TNode>(parent: ParentNode, marker: ChildNode, items: (): readonly T[], renderItem: CompilerKeyedSingleNodeRenderer<T, TNode>, options: BindCompilerKeyedSingleNodeListOptions<T, TNode>): Dispose