class js.html.CSSStyleDeclaration
Available on all platforms
Instance Fields
function getPropertyCSSValue(property:String):CSSValue
function getPropertyValue(property:String):String
function removeProperty(property:String):String
function setProperty(property:String, value:String, ?priority:String = ""):Void