Inventory Items Bulk More Actions Menu Params


Apps built by Wix pass parameters via dashboard slots for you to utilize in your plugin’s functionality. Learn how to interact with and retrieve parameters from the dashboard page.

Plugin Params
allSelectedboolean

Whether the Select All checkbox was selected.


selectedIdsArray<string>

Array of IDs of selected items.


totalnumber

Total number of selected items.


uncheckedIdsArray<string>

When allSelected is true, an array of IDs of items that were manually deselected.

Use this in the code for the page or modal opened by the dashboard menu plugin.

JavaScript
Did this help?