Remove a style property
style.remove(prop, options?)
Remove a single style-property from a Style object.
Syntax
Parameters
-
prop
: StyleProperty - The name of the property to remove from the style. See the Style Properties reference for a list of supported properties. -
options
: BreakpointAndPseudo (optional)An object that lets you filter properties by breakpoint and/or pseudo-state.
-
BreakpointId
: Identifies the responsive breakpoint to get styles for. -
PseudoStateKey
: Specifies a CSS pseudo-class to get styles for.
-
Returns
Promise<void
>
A Promise that resolves to undefined