CRMContainer
This is a container for the CRM integration. Can be themed with [theme.CRMContainer]
Component children#
| Key | Component | Condition | Align | Description |
|---|---|---|---|---|
| placeholder | React component | Visible only of childprops uri (childProps.uri) is not present | CRM integration placeholder view shown when there is not CRM configured. Displays the `NoCRMTitle`, `NoCRMConfigured`, `NoCRMHint` and `NoCRMConfiguredAction` templates | |
| iframe | iframe | Visible only of childprops uri (childProps.uri) is present | CRM iframe. Renders the CRM from the provided uri |
Static Properties#
| Name | Description | Type |
|---|---|---|
| Content | Dynamic content store | DynamicContentStore.<CRMContainer.CRMContainerChildrenProps> |
| defaultProps | Default properties | CRMContainer.CRMContainerProps |
Component Properties
uriCallback?: functionA callback that returns an URI to be displayed in CRM container based on a selected task.
uri?: stringURI that is displayed in CRM container.