Interface WatchChangedEvent

A watch changed event.

This is associated with a changed event.

interface WatchChangedEvent {
    ids: { [prop: string]: WatchChanged };
    type: WatchEventType;
}

Hierarchy (View Summary)

Properties

Properties

ids: { [prop: string]: WatchChanged }