Actions Extension
PointsLast Updated December 16, 2024
Actions are
invoked in the
vSphere Client
from menus or toolbars. The actions extension points allow you to add actions
to global or contextual menus, and to prioritize the placement of actions
within menus and toolbars.
vise.actions.sets
| ||
---|---|---|
Defines a set of
actions, each of which is represented by the class
ActionSpec .
Requires a data
object of type
ActionSpec with
available properties:
Accessibility:
{object} → {menu} → {plugin sub-menu}
Example:
|
vmware.prioritization.listActions
| deprecated
| |
---|---|---|
Defines and
prioritizes global list actions (not related to a particular object).
Requires a data
object of type
ActionPriorityGroup
with available properties:
Accessibility:
{object list} → {action button bar} and {list menu}
Example:
|
vsphere.core.menus.solutionMenus
| ||
---|---|---|
Defines a custom
sub-menu including actions, separators, and nested menus.
Requires a data
object of type
ActionMenuItemSpec with
available properties:
Accessibility:
{object} → {menu}
Example:
|