Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IStoreOptions<T, U>

Signature of the options object used to create a store instance.

Type parameters

Hierarchy

  • IStoreOptions

Index

Properties

Optional actions

Object of function definitions that can run asynchronously to perform some task.

Optional modules

modules: U

Object containing IStoreOptions definitions.

Optional mutations

Object of function definitions that can synchronously change store state.

state

state: T

Plain javascript object containing data properties.

Generated using TypeDoc