Type Alias: RemoveProducts()
RemoveProducts: () =>
Promise
<void
>
Remove all selected products from scene.
Checks if general settings allow to delete products (isDisableDelete
and allowRemove
props) and if product was not auto inserted checkIsAutoInserted()
.
Dispatches REMOVE_PRODUCTS
Redux actions with product ids.
Returns
Promise
<void
>
Fires
@mimeeq#mimeeq-modular-remove-product