Interface WatchIdsEvent

A watch event with an array of ids associated with it.

This is associated with added, removed and error events.

interface WatchIdsEvent {
    ids: string[];
    type: WatchEventType;
}

Hierarchy (View Summary)

Properties

Properties

ids: string[]