interface IDynamicPropertyHandler<T> {
    h: IWatcherHandler<T>[];
    n: string;
}

Type Parameters

Properties

h n

Properties

The current collection is watcher handlers which should be called if the value changes

n: string

Identifies the name of the field that is handled by this handler