Reference
bindSelectedKeyedSingleNodeList
Binds compat compiler-generated keyed rows and updates only the selected row classes.
Signature
function bindSelectedKeyedSingleNodeList<T, TNode>(parent: ParentNode, marker: ChildNode, items: (): readonly T[], renderItem: (context: SelectedKeyedRowContext<T>): TNode, options: BindSelectedKeyedSingleNodeListOptions<T>): Dispose