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
- ElementCSSInlineStyle (View Summary)
MDN Reference