PlateNode
Defined in: plate.ts:71
Properties
Section titled “Properties”id:
number
Defined in: plate.ts:73
Plate-local id; rules reference it pre-classify. Stripped from the shipped tree.
optionalkids?:PlateNode[]
Defined in: plate.ts:82
optionalleaf?:LeafKind
Defined in: plate.ts:75
Present on paint leaves; absent on layout containers.
optionalref?:string
Defined in: plate.ts:81
A stitch: render the named child plate’s skeleton here instead of own
structure (ADR 0006). Mutually exclusive with leaf/kids. Resolved
against Plate.refs (prod) or the live store (dev).