Typescript Library Declarations (DOM)
Variable CSSStyleValue
CSSStyle
Value
:
{
prototype
:
CSSStyleValue
;
parse
(
property
,
cssText
)
=>
CSSStyleValue
;
parseAll
(
property
,
cssText
)
=>
CSSStyleValue
[]
;
new
(
)
:
CSSStyleValue
;
}
Type declaration
new
(
)
:
CSSStyleValue
Returns
CSSStyleValue
prototype
:
CSSStyleValue
parse
:
function
parse
(
property
,
cssText
)
:
CSSStyleValue
MDN Reference
Parameters
property
:
string
cssText
:
string
Returns
CSSStyleValue
parse
All
:
function
parse
All
(
property
,
cssText
)
:
CSSStyleValue
[]
MDN Reference
Parameters
property
:
string
cssText
:
string
Returns
CSSStyleValue
[]
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
MDN Reference