CRMContainer
This is a container for the CRM integration.
Can be themed with Theme.CRMContainer
in Theme.
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?: function
A callback that returns an URI to be displayed in CRM container based on a selected task.
uri?: string
URI that is displayed in CRM container.