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

IFetchViewProps:
    | IFetchViewTupleProps<P, A, B, C, D, E, F, G, H, I, J>
    | IFetchViewObjectProps<P, A, B, C, D, E, F, G, H, I, J>

Type Parameters

  • P extends any = object

    The type parameter for the main component props

  • A = any

    The type parameter for the first additional prop

  • B = any

    The type parameter for the second additional prop

  • C = any

    The type parameter for the third additional prop

  • D = any

    The type parameter for the fourth additional prop

  • E = any

    The type parameter for the fifth additional prop

  • F = any

    The type parameter for the sixth additional prop

  • G = any

    The type parameter for the seventh additional prop

  • H = any

    The type parameter for the eighth additional prop

  • I = any

    The type parameter for the ninth additional prop

  • J = any

    The type parameter for the tenth additional prop

    Represents the props required for the FetchView component. The props can be either in a tuple format or in an object format.