dynamic
If you want to have a different component instead of the standard components, this can be achieved with dynamic.
|
Property |
Description |
required |
Example |
|
componentName |
|
|
|
|
moduleName |
Here you enter the file path where the component is located. |
|
"moduleName": "app/email/addressSelector" |
|
appName |
If the file contains several components, enter the name of the component here. |
|
"appName": "AddressSelector" |
|
customProps |
Parameters that may be needed can be specified here as objects. |
|
|
|
entity |
If the entity is needed, you can specify it here. |
|
|
|
context |
If the context is needed, it can be specified here. |
|
|