Overview
UIOptions type represents the user interface configuration options for the SDK. The code snippet below shows how to use theUIOptions type to create a ui options object.
JavaScript
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