API Reference

IWatchDatainterface

Watch registration payload containing identity and state options.

Overview

Watch-factory runtime that provides keyed, reference-counted watch handles and zero-allocation listener dispatch hooks.

Declaration

export interface IWatchData extends IWatchId {
  options: IStateOptions;
}

Import

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

Members

1 member in this interface.