Перейти к основному содержимому

Interface: ThemeSettingDef

Defined in: manifest.ts:16

Properties

default?

optional default?: unknown

Defined in: manifest.ts:19


label

label: string

Defined in: manifest.ts:18


options?

optional options?: string[]

Defined in: manifest.ts:20


type

type: "number" | "boolean" | "color" | "select"

Defined in: manifest.ts:17


variable?

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