Components

CRMContainer

<CRMContainer {...CRMContainer.CRMContainerProps} />

This is a container for the CRM integration. Can be themed with [theme.CRMContainer]

Component children

These below are list of children
Key Condition Type Align Description
placeholder Visible only of childprops uri (childProps.uri) is not present React component CRM integration placeholder view shown when there is not CRM configured. Displays the `NoCRMTitle`, `NoCRMConfigured`, `NoCRMHint` and `NoCRMConfiguredAction` templates
iframe Visible only of childprops uri (childProps.uri) is present iframe CRM iframe. Renders the CRM from the provided uri

Members

DynamicContentStore.<CRMContainer.CRMContainerChildrenProps>

# static readonly Content

Dynamic content store
CRMContainer.CRMContainerProps

# static readonly defaultProps

Default properties

Type Definitions

CRMContainer.CRMContainerProps

# CRMContainerChildrenProps

Properties of CRMContainer.

# CRMContainerProps

Properties of CRMContainer.
Properties:
Name Type Attributes Description
uriCallback function <optional>
A callback that returns an URI to be displayed in CRM container based on a selected task.
uri string <optional>
URI that is displayed in CRM container.
children DynamicComponentChildren.<CRMContainer.CRMContainerChildrenProps> <optional>
children