Reference
bindStaticKeyedSingleNodeList
Binds a static keyed list where each item renders exactly one DOM node.
Signature
function bindStaticKeyedSingleNodeList<T, TNode>(parent: ParentNode, marker: ChildNode, items: (): readonly T[], renderItem: SingleNodeRenderer<T, TNode>, options: BindStaticKeyedSingleNodeListOptions<T, TNode>): Dispose