| Index: client/dom/generated/src/frog/CSSStyleDeclaration.dart
|
| diff --git a/client/dom/generated/src/frog/CSSStyleDeclaration.dart b/client/dom/generated/src/frog/CSSStyleDeclaration.dart
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..5484af5c0130715084b6fff90cfdfe7716c66bc2
|
| --- /dev/null
|
| +++ b/client/dom/generated/src/frog/CSSStyleDeclaration.dart
|
| @@ -0,0 +1,29 @@
|
| +
|
| +class CSSStyleDeclaration native "CSSStyleDeclaration" {
|
| +
|
| + String cssText;
|
| +
|
| + int length;
|
| +
|
| + CSSRule parentRule;
|
| +
|
| + CSSValue getPropertyCSSValue(String propertyName) native;
|
| +
|
| + String getPropertyPriority(String propertyName) native;
|
| +
|
| + String getPropertyShorthand(String propertyName) native;
|
| +
|
| + String getPropertyValue(String propertyName) native;
|
| +
|
| + bool isPropertyImplicit(String propertyName) native;
|
| +
|
| + String item(int index) native;
|
| +
|
| + String removeProperty(String propertyName) native;
|
| +
|
| + void setProperty(String propertyName, String value, [String priority = null]) native;
|
| +
|
| + var dartObjectLocalStorage;
|
| +
|
| + String get typeName() native;
|
| +}
|
|
|