Skip to content

GatedPlate

Defined in: packages/xray/src/plate.ts:87

A plate after the in-browser Serialize (emit + gate + classify) but before chunk serialization: the build-time RenderNode tree plus its scoped CSS. Produced by serializePlateIR (the structural part of StoredPlate) and the single-View capture, then serialized into the shipped Plate (chunks) at load (serializePlate). Never shipped to the client.

css: string

Defined in: packages/xray/src/plate.ts:91


name: string

Defined in: packages/xray/src/plate.ts:89


tree: RenderNode | null

Defined in: packages/xray/src/plate.ts:90


v: number

Defined in: packages/xray/src/plate.ts:88