useRestResourceListQuery
useRestResourceListQuery<
TRequest,TResponse,Selected>(resource,request,options?):UseEndpointQueryResult<TResponse,Selected,TRequest>
Defined in: wp-typia-rest/src/react-resource.ts:17
Type Parameters
Section titled “Type Parameters”TRequest
Section titled “TRequest”TRequest
TResponse
Section titled “TResponse”TResponse
Selected
Section titled “Selected”Selected = TResponse
Parameters
Section titled “Parameters”resource
Section titled “resource”RestResourceWithList<TRequest, TResponse>
request
Section titled “request”TRequest
options?
Section titled “options?”UseEndpointQueryOptions<TRequest, TResponse, Selected> = {}
Returns
Section titled “Returns”UseEndpointQueryResult<TResponse, Selected, TRequest>