API Reference

IStateChangeObserverInfointerface

Interface exported from state-manager/state-change-subscription-manager.

Overview

Handles grouped observer subscriptions for each watched state key and index-watch-rule variant.

Declaration

export interface IStateChangeObserverInfo {
  readonly observer: IObserver;
  readonly subscription: Subscription;
}

Import

import type { IStateChangeObserverInfo } from '@rs-x/state-manager';

Members

2 members in this interface.

readonly observer
propertyreadonly
readonly observer: IObserver
readonly subscription
propertyreadonly
readonly subscription: Subscription

Type

Subscription