Type alias LiveObjectUpdateCallback<T>

LiveObjectUpdateCallback<T>: ((update) => void)

Type Parameters

  • T

Type declaration

    • (update): void
    • A callback used in LiveObject to listen for updates to the object.

      Parameters

      • update: T

        The update object describing the changes made to the object.

      Returns void

Generated using TypeDoc