Skip to main content
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 May 22, 2026