RbActionMenu
A dropdown menu of executable actions
Name |
Type |
Description |
Default |
actions |
object |
A dictionary of actions to show |
null |
hiddenActions |
array |
The list of actions to hide |
null |
instance |
object |
The instance the actions will be executed on |
null |
transitionShow |
string |
The transition used when showing the action menu. |
"scale" |
transitionHide |
string |
The transition used when hiding the action menu |
"scale" |
collapseAfter |
number |
The number of actions to show before collapsing them in the action menu |
3 |
size |
string |
The size used for action buttons |
"sm" |
actionClass |
string, object |
The CSS classes used for action buttons |
"" |
Name |
Description |
Scoped |
before |
Use this slot to add additional content before the action menu |
|
after |
Use this slot to add additional content after the action menu |
|
Execute the given action on the current instance
Name |
Type |
Description |
action |
Object, Function |
The action to execute |
mixed
The action result (if any)