Documentation
    Preparing search index...

    Class RcsEmbeddedEngine<App>

    The RcsEmbeddedEngine class is responsible for embedding the RCS application into a host application.

    Type Parameters

    Index

    Constructors

    Methods

    • Renders the RCS application into the specified container element

      Parameters

      • container: HTMLElement

        The container element to attach the RCS to.

      • Optionaloptions: { loaderComponent?: ReactElement<any, string | JSXElementConstructor<any>> }

        Optional parameters for the loader component. Works only if React is used as the framework.

      Returns void

      • This method should only be called once per container.
      • The container element should have a proper size (600x600) and be visible in the DOM.