Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CallableEffectProps<Data, Params>

Type parameters

  • Data

  • Params: any[]

Hierarchy

  • CallableEffectProps

Index

Properties

Properties

children

children: CallableEffectChildren<Data, Params>

effect

effect: Effect<Data, Params> | FxActionsConfig<Data, Params>

Optional store

store: Store<FxSlice>

Generated using TypeDoc