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
UIOptions type represents the user interface configuration options for the SDK. The code snippet below shows how to use the UIOptions type to create a ui options object.
type UIOptions = {
showCloseButton ?: boolean ;
showCreateEmptyNoteButton ?: boolean ;
sectionEditing ?: SectionEditingOptions ;
showStartAmbientButton ?: boolean ;
};
Properties
Whether to show the close button in the SDK header
showCreateEmptyNoteButton
Whether to show the create empty note button in the patient profile
sectionEditing
SectionEditingOptions
default: "all enabled"
Configuration for section editing features. Defaults to all enabled.
Whether to show the start ambient button in the patient profile