Skip to main content

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.
JavaScript
type UIOptions = {
  showCloseButton?: boolean;
  showCreateEmptyNoteButton?: boolean;
  sectionEditing?: SectionEditingOptions;
  showStartAmbientButton?: boolean;
};

Properties

Last modified on April 1, 2026