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: 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