Interface: useTermsResponse<T>
@headstartwp/core.react.useTermsResponse
Type parameters
Name | Type |
---|---|
T | extends TermEntity |
Hierarchy
↳
useTermsResponse
Properties
data
• data: Object
Type declaration
Name | Type |
---|---|
pageInfo | PageInfo |
terms | T [] |
Overrides
Defined in
packages/core/src/react/hooks/useFetchTerms.ts:16
error
• Optional
error: string
Inherited from
Defined in
packages/core/src/react/hooks/types.ts:6
isMainQuery
• isMainQuery: boolean
Inherited from
Defined in
packages/core/src/react/hooks/types.ts:8
loading
• loading: boolean
Inherited from
Defined in
packages/core/src/react/hooks/types.ts:7
mutate
• mutate: KeyedMutator
<FetchResponse
<T
[]>>