getAppliedProperties method
Returns a list of all Cascading Style Sheets (CSS) properties that have been applied to an element.
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 = DiagnosticsTracedStyles.getAppliedProperties();
Parameters
This method has no parameters.
Return value
Type: any
Array of DOMStrings.