Type Alias IFetchViewObjectProps<P, A, B, C, D, E, F, G, H, I, J>

IFetchViewObjectProps: IFetchViewBaseProps<P, A, B, C, D, E, F, G, H, I, J> & {
    state: ObjectState<P, A>;
}

Represents the properties required to fetch view object.

Type Parameters

  • P extends any = object

    The type of the props object.

  • A = any

    The type of the additional data.

  • B = any

    The type of additional data B.

  • C = any

    The type of additional data C.

  • D = any

    The type of additional data D.

  • E = any

    The type of additional data E.

  • F = any

    The type of additional data F.

  • G = any

    The type of additional data G.

  • H = any

    The type of additional data H.

  • I = any

    The type of additional data I.

  • J = any

    The type of additional data J.