Description of icon
Flex UI
API Reference

CRMContainer

This is a container for the CRM integration. Can be themed with Theme.CRMContainer in Theme.


Component children#

KeyComponentConditionAlignDescription
placeholderReact componentVisible only of childprops uri (childProps.uri) is not presentCRM integration placeholder view shown when there is not CRM configured. Displays the `NoCRMTitle`, `NoCRMConfigured`, `NoCRMHint` and `NoCRMConfiguredAction` templates
iframeiframeVisible only of childprops uri (childProps.uri) is presentCRM iframe. Renders the CRM from the provided uri

Static Properties#

NameDescriptionType
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.

Need some help?