UIOptions type to create a ui 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
UIOptions type represents the user interface configuration options for the SDK
UIOptions type to create a ui options object.
type UIOptions = {
showCloseButton?: boolean;
showCreateEmptyNoteButton?: boolean;
sectionEditing?: SectionEditingOptions;
showStartAmbientButton?: boolean;
};
Hide properties
Was this page helpful?
Suggestions