Interface ElementCSSInlineStyle
interface ElementCSSInlineStyle {
attributeStyleMap: StylePropertyMap;
get style(): CSSStyleDeclaration;
set style(cssText: string): void;
}
attributeStyleMap: StylePropertyMap;
get style(): CSSStyleDeclaration;
set style(cssText: string): void;
}
Hierarchy (View Summary)
- ElementCSSInlineStyle
Index
Properties
Accessors
Was this helpful?
MDN Reference