Skip to main content

Documentation Index

Fetch the complete documentation index at: https://developer.suki.ai/llms.txt

Use this file to discover all available pages before exploring further.

Overview

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

Properties

Last modified on April 1, 2026