style.removeAllProperties(options?)Remove all style properties from a Style.
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)
Promise<null>
A promise that resolves to null