API Reference

watchIndexRecursiveRuleconst

Default recursive watch rule that accepts every nested index.

Overview

Index-watch-rule contracts, registry, and default recursive/non-recursive watch rules.

Declaration

export const watchIndexRecursiveRule = new IndexWatchRule(

Import

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

Example

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

console.log(watchIndexRecursiveRule);