Set style property
style.setProperty(prop, value, options?)
Manage the CSS of a Style by setting a specific style property at the given breakpoint and pseudo-state.
Syntax
Parameters
-
prop
: StyleProperty - The property to set. See the Style Properties reference for a list of supported properties. -
value
: String | VariableReference - The value to set. You can set the value to a string or a variable reference. -
options
: BreakpointAndPseudo (optional)An object to set the style property at a specific breakpoint and/or pseudo-state.
-
BreakpointId
: Identifies the responsive breakpoint to set the style property for. -
PseudoStateKey
: Specifies a CSS pseudo-class to set the style property for.
-
Returns
Promise<null
>
A Promise that resolves to null