Remove style properties
style.removeProperties(props, options?)
Remove multiple style properties from a Style object.
Syntax
Parameters
-
props: Array<StyleProperty> - The properties to remove from the style. 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 remove the properties from. -
pseudo: PseudoStateKey - Specifies a CSS pseudo-class to remove the properties from. -
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