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

SectionEditingOptions type represents the configuration options for section editing features within the SDK. The code snippet below shows how to use the SectionEditingOptions type to create a section editing options object.
JavaScript
type SectionEditingOptions = {
  enableDictation?: boolean;
  enableCopy?: boolean;
};

Properties

Last modified on March 23, 2026