Overview
MountOptions type represents the configuration options for mounting the SDK to a DOM element. The code snippet below shows how to use theMountOptions type to create a mount options object.
JavaScript
MountOptions type represents the configuration options for mounting the SDK to a DOM element
MountOptions type to create a mount options object.
type MountOptions = {
rootElement: HTMLElement;
encounter: Encounter;
uiOptions?: UIOptions;
ambientOptions?: AmbientOptions;
};