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.
🚀 New Form Filling SDK is out! Refer to the Release notes for details.
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