StyleProps: { [key: string]: string }

A mapping of CSS style properties. When bulk setting style properties keys must be in hyphen-case (IE background-color). When retrieving bulk style properties you may request keys to be in camel case (IE backgroundColor). Keys are CSS property names. Bulk retrieval is facilitated by StyleManager.RuleManager.get. All values are strings as returned from the CSS Object Model.

Type declaration

  • [key: string]: string