Interface ElementCSSInlineStyle

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

    Properties

    attributeStyleMap: StylePropertyMap