SaveOptions: {
    addUndo: boolean;
    handleTextFlow: boolean;
}

Definition of save options to use during the save operation.

Type declaration

  • addUndo: boolean

    Flag to control if an undo entry should be added. This is useful if the script is used to perform multiple changes.

  • handleTextFlow: boolean

    Flag to control if text flow should be triggered after the save. This is useful if the text flow should not be triggered automatically for performance reasons and subsequent changes are necessary.

Generated using TypeDoc