Skip to main content

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