The NavActionFactory component enables you to group and sort NavActions that are displayed in the action menu of the NavItem. A NavActionContainer can reference multiple NavActionFactories and uses their sortPriority property to set their sort order. In turn, NavActions that are referenced by a NavActionFactory are grouped together within the NavAction menu and can be sorted using the NavAction sortPriority property.

The NavActionFactory contains the following configurations:
Name | Type | Description |
|---|---|---|
| integer | Identifies the sort order relative to other |
| Boolean | Determines if the |
| string | Defines the access right required to use the actions generated by this factory. If the agent does not have this right, the actions will not be included in the UI. |
| path | References an array of |

