interface IOSettings {
    defaultCopyFormat?: CopyFormat;
    variableAttachmentHighlightExported?: boolean;
}

Properties

defaultCopyFormat?: CopyFormat

Set the editor's default clipboard copy format. Default copy format is used whenever the user presses ctrl+c on the UI over a selection.

variableAttachmentHighlightExported?: boolean

Set if variable attachment highlight needs to be exported or not. Default: true

Generated using TypeDoc