Interface ElementCSSInlineStyle

interface ElementCSSInlineStyle {
    attributeStyleMap: StylePropertyMap;
    style: CSSStyleDeclaration;
}

Hierarchy (view full)

Properties

attributeStyleMap: StylePropertyMap
style: CSSStyleDeclaration