On this page
Properties
Accessors

Interface ElementCSSInlineStyle

interface ElementCSSInlineStyle {
    attributeStyleMap: StylePropertyMap;
    get style(): CSSStyleDeclaration;
    set style(cssText: string): void;
}

Hierarchy (View Summary)

Index

Properties

Accessors

Properties

attributeStyleMap: StylePropertyMap

Accessors

  • get style(): CSSStyleDeclaration

    Returns CSSStyleDeclaration

  • set style(cssText: string): void

    Parameters

    • cssText: string

    Returns void

Was this helpful?
SDK JS
Reference
ElementCSSInlineStyle