Interface: CssState
Defined in: packages/core/src/model.ts:42
A component state — a :state() / state-class the component reacts to (@cssstate).
Properties
description?
ts
optional description?: string;Defined in: packages/core/src/model.ts:46
Prose from a @cssstate doc tag, when authored.
name
ts
name: string;Defined in: packages/core/src/model.ts:44
The state name, e.g. open or selected.