UI component which facilitates bulk actions on a collection of items
Params
action-list
An array of objects with following properties:
- gylph (the icon to display for this action)
- name (the text to display for this action)
- actionFn (the callback function to execute when this action is called)
on-close-action
The callback function to execute when the close button is clicked
selected-items
An array of objects which represent the items that are selected
total-item-count
The total count of objects (selected and unselected)