CSSNumericValue-1
CSSNumericValue: {
(): CSSNumericValue;
prototype: CSSNumericValue;
parse: CSSNumericValue;
};
Type Declaration
Returns
prototype
prototype: CSSNumericValue;
parse()
parse(cssText): CSSNumericValue;
The parse() static method of the CSSNumericValue interface converts a value string into an object whose members are value and the units.
Parameters
| Parameter | Type |
|---|---|
cssText | string |