Variable CSSNumericValue
CSSNumericValue: {
prototype: CSSNumericValue;
parse(cssText: string): CSSNumericValue;
new (): CSSNumericValue;
}
prototype: CSSNumericValue;
parse(cssText: string): CSSNumericValue;
new (): CSSNumericValue;
}
Type Declaration
- new (): CSSNumericValue
Returns CSSNumericValue
prototype: CSSNumericValue
parse: function
Parameters
- cssText: string
Returns CSSNumericValue
The
parse()static method of the members are value and the units.MDN Reference