Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ScriptedFlushable<T>

Interface to be implemented by Flushable objects that can accumulate a change script and play it synchronously.

Type parameters

  • T

Hierarchy

Implemented by

Index

Properties

Methods

Properties

dirty

dirty: boolean

Are there pending changes that need to be flushed?

Methods

flush

  • flush(): Promise<this>

recordAction

Generated using TypeDoc