Type Parameters

  • T = any

Hierarchy

Constructors

Properties

Methods

Constructors

Properties

_callbacks: MiniEmitterCallback<T>[] = []

Methods

  • Runs all of the callbacks for this emitter. (meant to run when an update occurs)

    Parameters

    • Optional updated: T[]

      The objects that caused this update.

    Returns void