@JsType(isNative=true,
name="CSSValue",
namespace="<global>")
public interface CSSValue
Modifier and Type | Field and Description |
---|---|
static int |
CSS_CUSTOM |
static int |
CSS_INHERIT |
static int |
CSS_PRIMITIVE_VALUE |
static int |
CSS_VALUE_LIST |
Modifier and Type | Method and Description |
---|---|
String |
getCssText() |
int |
getCssValueType() |
@JsOverlay static final int CSS_INHERIT
@JsOverlay static final int CSS_PRIMITIVE_VALUE
@JsOverlay static final int CSS_VALUE_LIST
@JsOverlay static final int CSS_CUSTOM
@JsProperty(name="cssText") String getCssText()
@JsProperty(name="cssValueType") int getCssValueType()
Copyright © 2018 Xalys. All rights reserved.