Skip to content

PlateRule

Defined in: plate.ts:103

A captured style rule in id form — selectors are generated at render time, so view merging can remap node ids without string surgery. ids: [] targets the plate root.

optional container?: string[]

Defined in: plate.ts:109

@container-condition stack, outermost first; conditions AND together. Absent when none.


decls: string[]

Defined in: plate.ts:105


ids: number[]

Defined in: plate.ts:104


optional layered?: boolean

Defined in: plate.ts:110


optional media?: string[]

Defined in: plate.ts:107

Media-condition stack, outermost first; conditions AND together.


order: number

Defined in: plate.ts:112


spec: number

Defined in: plate.ts:111