Class AutoSaveThrottle

Implements

Constructors

Properties

_callback: (() => void)

Type declaration

    • (): void
    • Returns void

_saveService: SaveableService
_saveable: Saveable
_throttle?: DebouncedFunc<((...args) => any)>

Type declaration

    • (...args): any
    • Parameters

      • Rest ...args: any

      Returns any

Methods