Module: hooks/useSCFetchContributors
Interfaces
Functions
useSCFetchContributors
▸ useSCFetchContributors(props
): any
info
This custom hooks is used to fetch paginated contributors.
Parameters
Name | Type |
---|---|
props | Object |
props.cacheStrategy? | CacheStrategies |
props.feedObject? | SCFeedObjectType |
props.feedObjectType | SCFeedObjectTypologyType |
props.id? | number |
props.offset? | number |
props.pageSize? | number |
props.onChangePage? | (page : any ) => any |
Returns
any