SectionEditingOptions type to create a section editing 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.
SectionEditingOptions type represents the configuration options for section editing features
SectionEditingOptions type to create a section editing options object.
type SectionEditingOptions = {
enableDictation?: boolean;
enableCopy?: boolean;
};
Was this page helpful?
Suggestions