getDynamicPropertyList method

Returns an unordered list of properties that have been modified in the DOM after the style declaration was created.

Note  These APIs can only be used with F12 developer tools and the Diagnostics Script Engine, and can't be called from JavaScript.

 

 

Syntax

var retVal = DiagnosticsStyles.getDynamicPropertyList(style);

Parameters

  • style [in]
    Type: CSSStyleDeclaration

    The style declaration (typically element.style format).

Return value

Type: any

Array of DiagnosticStyleProperty objects.

Remarks

This list doesn't contain shorthand or multiple values (e.g. margins vs margin.left or margin.top).

See also

DiagnosticsStyles