Set style properties
style.setProperties(props, options?)
Set multiple style-properties on a Style object.
Syntax
Parameters
-
props: PropertyMap - An object of style properties and their values. See the Style Properties reference for a list of supported properties. -
options: BreakpointAndPseudo - An object that lets you filter properties by breakpoint and/or pseudo-state. (Optional)-
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