Package elemental2.dom
Interface ElementCSSInlineStyle
-
@JsType(isNative=true, namespace="<global>") public interface ElementCSSInlineStyle
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static ElementCSSInlineStyle
create()
CSSStyleDeclaration
getStyle()
void
setStyle(CSSStyleDeclaration style)
-
-
-
Method Detail
-
create
@JsOverlay static ElementCSSInlineStyle create()
-
getStyle
@JsProperty CSSStyleDeclaration getStyle()
-
setStyle
@JsProperty void setStyle(CSSStyleDeclaration style)
-
-