@jimka/typescript-ui / core / Style
Interface: Style
Defined in: src/typescript/lib/core/Component.ts:35
Map of CSS property names to string values (or null to clear). Used by Component.setElementCSSRules for bulk style updates.
Indexable
ts
[key: string]: null | string