Skip to content

PlateNode

Defined in: plate.ts:71

id: number

Defined in: plate.ts:73

Plate-local id; rules reference it pre-classify. Stripped from the shipped tree.


optional kids?: PlateNode[]

Defined in: plate.ts:82


optional leaf?: LeafKind

Defined in: plate.ts:75

Present on paint leaves; absent on layout containers.


optional ref?: 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).