Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IStore<S>

Implement this interface to have typed access to your store. Merge stores to make multiple stores available in one component. This interface is just a helper that makes using the store easier in TypeScript. To get a real store instance, decorate your component with ProvideStore decorator. There is no other assignemnt or instantiation required. The decorator will create and assign the instance.

Type parameters

  • S: object

Hierarchy

  • IStore

Index

Properties

Properties

store

store: Store<S>

Generated using TypeDoc