...
name | type | required | description |
---|---|---|---|
plugin | string | yes | Name of the plugin where the view belongs. |
view | string | yes | Name of the view where the component belongs. |
component | string | yes | Name of the component where the listener will be added to. |
node value | node | yes | One or more definition of columns. See below. |
Column node:
name | type | required | description |
---|---|---|---|
plugin | string | yes | Name of the plugin where the view belongs. |
view | string | yes | Name of the view where the component belongs. |
component | string | yes | Name of the component where the listener will be added to. |
node value | string | yes | Definition of the hook. Please see an article describing defining hook using XML. |
...