Preparing search index...

    Base class for streams that track and apply model changes.

    Hierarchy (View Summary)

    Index

    Constructors

    Methods

    • Executes a set of changes grouped under a named operation for undo/redo purposes.

      Parameters

      • name: string
      • change: () => void

      Returns void

    • Returns true if the object is of the specified type.

      Parameters

      • type: string

      Returns boolean