Remove all style properties
style.removeAllProperties(options?)
Remove all style properties from a Style.
Syntax
Parameters
-
options: StyleOptions - An object that filters which properties to remove by breakpoint, pseudo-state, and/or variant. (Optional)-
breakpoint: BreakpointId - Identifies the responsive breakpoint to remove properties from. -
pseudo: PseudoStateKey - Specifies a CSS pseudo-class to remove 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