Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IPropsInjectAsyncActionWatch<A, R, T>

Type parameters

  • A = any

  • R = any

  • T: string = string

Hierarchy

Index

Properties

action

action: IOCreateAsyncActionOutput<A, R, T>

Optional args

args: A

children

children: (response: TPullstateAsyncWatchResponse<R, T>) => ReactElement

Type declaration

    • (response: TPullstateAsyncWatchResponse<R, T>): ReactElement
    • Parameters

      • response: TPullstateAsyncWatchResponse<R, T>

      Returns ReactElement

Optional options

options: IAsyncActionWatchOptions

type

type: WATCH

Generated using TypeDoc