The options used to create a save handler.

Hierarchy

  • IOptions

Properties

The context associated with the file.

isConnectedCallback?: (() => boolean)

Type declaration

    • (): boolean
    • Autosaving should be paused while this callback function returns false. By default, it always returns true.

      Returns boolean

saveInterval?: number

The minimum save interval in seconds (default is two minutes).

Generated using TypeDoc