API Reference

IWatchDispableOwnerinterface

Disposable-owner contract used internally by watch instances.

Overview

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

Declaration

export interface IWatchDispableOwner extends IDisposableOwner {}

Import

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