Set style properties
style.setProperties(props, options?)
Set multiple style-properties on a Style object.
Syntax
Parameters
-
props
: PropertyMap - The properties to set. See the Style Properties reference for a list of supported properties. -
options
: BreakpointAndPseudo (optional)An object that lets you filter properties by breakpoint and/or pseudo-state.
-
BreakpointId
: Identifies the responsive breakpoint to get styles for. -
PseudoStateKey
: Specifies a CSS pseudo-class to get styles for.
-
Returns
Promise<null
>
A Promise that resolves to null