Remove variable mode on a style
style.removeVariableMode(collection, options)
Remove a variable mode from a style, by using the variable collection that belongs to the variable mode.
Syntax
Parameters
- collection: VariableCollection - The variable collection that belongs to the variable mode.
- options?: BreakpointAndPseudo - The breakpoint and pseudo state for the style.
Returns
Promise<null
>
A Promise that resolves to null
.