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
- parse(cssText): CSSNumericValue
Parameters
- cssText: string
Returns CSSNumericValue
MDN Reference