Fuse allows developers to define custom bulk actions.
addCustomAction
function accepts an object as an argument with the following properties:
action_type
(String) - required: Currently must be set to “record”.name
(String) - required: A succinct description of the action.handler
(Function) - required: A function that takes a record
and manipulates it when the action is performed.