Actions
register actions with Dashboard.
With actions you can share your functions all around the Dashboard.
Use your actions inside your plugin, or other plugins.
The idea behind Actions
is to give plugins the power of using other plugins functions and business logic or to share your functions with other plugins
How to register an Action?
You can register Actions from the Agent
only, and only once.
You can register one or more actions with registerAction
method that your Agent will get as long as you extend your Agent from the Agent-Base from Plugin-API
Action object:
register
You can pass on Action object to registerActions or an array of Action objects
How to use an Action?
getActionLast updated