Skip to main content

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.

NameRequiredTypeDescription
nameYesstringName of the component identical to the one in the field label of the associated customMenu
componentYesJSX.ElementComponent 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.