A request that the integration sends to register a base navigation route.
An example request to register:
{ type: 'basenav:register', displayName: 'My Integration', routeName: 'myIntegration' contents: { "tag": "Link", "to": "myIntegration", "children": "My Integration" } }
The display name to be used for the navigation.
The initial contents to render
The route name to be used for the navigation
Must be BASE_NAVIGATION_REGISTER_TYPE.
Generated using TypeDoc
A request that the integration sends to register a base navigation route.
An example request to register:
{ type: 'basenav:register', displayName: 'My Integration', routeName: 'myIntegration' contents: { "tag": "Link", "to": "myIntegration", "children": "My Integration" } }