Skip to main content

CSSNumericValue-1

CSSNumericValue: {
(): CSSNumericValue;
prototype: CSSNumericValue;
parse: CSSNumericValue;
};

Type Declaration

Returns

CSSNumericValue

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.

MDN Reference

Parameters

ParameterType
cssTextstring

Returns

CSSNumericValue