contentful.js
Preparing search index...
ConceptScheme
Interface ConceptScheme<Locales>
interface
ConceptScheme
<
Locales
extends
LocaleCode
>
{
concepts
:
UnresolvedLink
<
"TaxonomyConcept"
>
[]
;
definition
?:
{
[
locale
in
string
]
:
string
}
|
null
;
prefLabel
:
{
[
locale
in
string
]
:
string
}
;
sys
:
ConceptSchemeSys
;
topConcepts
:
UnresolvedLink
<
"TaxonomyConcept"
>
[]
;
totalConcepts
:
number
;
uri
?:
string
;
}
Type Parameters
Locales
extends
LocaleCode
Index
Properties
concepts
definition?
pref
Label
sys
top
Concepts
total
Concepts
uri?
Properties
concepts
concepts
:
UnresolvedLink
<
"TaxonomyConcept"
>
[]
Optional
definition
definition
?:
{
[
locale
in
string
]
:
string
}
|
null
pref
Label
prefLabel
:
{
[
locale
in
string
]
:
string
}
sys
sys
:
ConceptSchemeSys
top
Concepts
topConcepts
:
UnresolvedLink
<
"TaxonomyConcept"
>
[]
total
Concepts
totalConcepts
:
number
Optional
uri
uri
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
concepts
definition
pref
Label
sys
top
Concepts
total
Concepts
uri
contentful.js
Loading...