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: StyleOptions - An object that filters properties by breakpoint, pseudo-state, and/or variant. (Optional)-
breakpoint: BreakpointId - Identifies the responsive breakpoint to set the style properties for. -
pseudo: PseudoStateKey - Specifies a CSS pseudo-class to set the style properties for. -
variantId: string - The ID of the variant to target.'base'is not a valid value. (Optional)
-
Returns
Promise<null>
A Promise that resolves to null