Global Extension
Points
Global extension
points allow you to extend the home screen, to add a global view to the main
workspace, or to control application-wide settings.
vise.global.views
| ||
---|---|---|
Adds a global UI
view to the main area that is not related to vSphere objects.
Requires a data
object of type
GlobalViewSpec with available properties:
Accessibility: can
be a target of any navigation request.
Example:
|
vise.home.shortcuts
| deprecated
| |
---|---|---|
Adds a home screen
shortcut to a global view or other data view.
Requires a data
object of type
ShortcutSpec with
available properties:
Accessibility on
vSphere Client: Shortcuts.
Example:
|
vsphere.core.objectTypes
| deprecated
| |
---|---|---|
Declares UI
information that is associated with a custom object type.
Requires a data
object of type
com.vmware.core.specs.ObjectTypeSpec
with available properties:
Accessibility: Not
directly displayed, just declares the new object type.
Example:
|