externalComponents
This property is an array of objects representing the components imported in the parent application, so that they can be rendered in the instance of the Retorik Framework as CustomView.
| Name | Required | Type | Description |
|---|---|---|---|
name | Yes | string | Name of the component identical to the one in the field label of the associated customMenu |
component | Yes | JSX.Element | Component to render when selecting the associated item in the menu |
External component's render will happen on user's interaction with the associated button in the menu of the Retorik Framework.