<sc-tuple> — Custom Element renderer for TupleField.
<sc-tuple>
TupleField
Mirrors React's renderTuple: positional rendering of every prefixItems entry, plus rest items when present. Each entry is threaded with a [i] path suffix so child DOM ids remain unique.
renderTuple
prefixItems
[i]
Parts: tuple, item, rest-item.
tuple
item
rest-item
<sc-tuple>— Custom Element renderer forTupleField.Mirrors React's
renderTuple: positional rendering of everyprefixItemsentry, plus rest items when present. Each entry is threaded with a[i]path suffix so child DOM ids remain unique.Parts:
tuple,item,rest-item.