Interface: useTermsResponse<T>
Defined in: packages/core/src/react/hooks/useFetchTerms.ts:15
Extends
Type Parameters
T
T extends TermEntity
Properties
data
data:
object
Defined in: packages/core/src/react/hooks/useFetchTerms.ts:16
pageInfo
pageInfo:
PageInfo
terms
terms:
T[]
Overrides
error?
optionalerror:string
Defined in: packages/core/src/react/hooks/types.ts:6
Inherited from
isMainQuery
isMainQuery:
boolean
Defined in: packages/core/src/react/hooks/types.ts:8
Inherited from
loading
loading:
boolean
Defined in: packages/core/src/react/hooks/types.ts:7
Inherited from
mutate
mutate:
KeyedMutator<FetchResponse<T[]>>
Defined in: packages/core/src/react/hooks/useFetchTerms.ts:17