Interface: ThemeSettingDef
Defined in: manifest.ts:16
Properties
default?
optionaldefault?:unknown
Defined in: manifest.ts:19
label
label:
string
Defined in: manifest.ts:18
options?
optionaloptions?:string[]
Defined in: manifest.ts:20
type
type:
"number"|"boolean"|"color"|"select"
Defined in: manifest.ts:17
variable?
optionalvariable?:string
Defined in: manifest.ts:26
CSS custom property the setting value is emitted to (e.g.
--theme-accent). The host applies it on the document root when the
theme is active — this is how settings drive component skins.