MountOptions type to create a mount options object.
JavaScript
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Web SDK now supports Medication Orders -> Learn more
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;
};
Hide properties
Encounter payload. patient.identifier is required. encounter.identifier is optional. Each value must be at most 36 characters () when present.Was this page helpful?
Suggestions