API Reference

IStateOptionsinterface

Watch options for ownerId and recursive indexWatchRule configuration.

Quick facts
Kind
interface
Members
2
Package
@rs-x/core

Declaration

export interface IStateOptions {
  indexWatchRule?: IIndexWatchRule;
  ownerId?: unknown;
}

Import

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

Members

2 members in this interface.

indexWatchRule?
propertyoptional
indexWatchRule?: IIndexWatchRule
ownerId?
propertyoptional
ownerId?: unknown

Type

unknown