| Index: client/dom/generated/src/frog/CSSPrimitiveValue.dart
|
| diff --git a/client/dom/generated/src/frog/CSSPrimitiveValue.dart b/client/dom/generated/src/frog/CSSPrimitiveValue.dart
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..37fae0698bd34e3a93daefd58eea2ec1082181c3
|
| --- /dev/null
|
| +++ b/client/dom/generated/src/frog/CSSPrimitiveValue.dart
|
| @@ -0,0 +1,19 @@
|
| +
|
| +class CSSPrimitiveValue extends CSSValue native "CSSPrimitiveValue" {
|
| +
|
| + int primitiveType;
|
| +
|
| + Counter getCounterValue() native;
|
| +
|
| + num getFloatValue(int unitType) native;
|
| +
|
| + RGBColor getRGBColorValue() native;
|
| +
|
| + Rect getRectValue() native;
|
| +
|
| + String getStringValue() native;
|
| +
|
| + void setFloatValue(int unitType, num floatValue) native;
|
| +
|
| + void setStringValue(int stringType, String stringValue) native;
|
| +}
|
|
|