LWT JavaScript API
Preparing search index...
modules/vocabulary/api/terms_api
TermDetails
Interface TermDetails
Detailed term data including sentence and tags. Returned by GET /terms/{id}/details
interface
TermDetails
{
id
:
number
;
langId
:
number
;
lemma
?:
string
;
lemmaLc
?:
string
;
notes
?:
string
;
romanization
?:
string
;
sentence
:
string
;
status
:
number
;
statusLabel
:
string
;
tags
:
string
[]
;
text
:
string
;
textLc
:
string
;
translation
:
string
;
}
Hierarchy (
View Summary
)
Term
TermDetails
Index
Properties
id
lang
Id
lemma?
lemma
Lc?
notes?
romanization?
sentence
status
status
Label
tags
text
text
Lc
translation
Properties
id
id
:
number
lang
Id
langId
:
number
Optional
lemma
lemma
?:
string
Optional
lemma
Lc
lemmaLc
?:
string
Optional
notes
notes
?:
string
Optional
romanization
romanization
?:
string
sentence
sentence
:
string
status
status
:
number
status
Label
statusLabel
:
string
tags
tags
:
string
[]
text
text
:
string
text
Lc
textLc
:
string
translation
translation
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
lang
Id
lemma
lemma
Lc
notes
romanization
sentence
status
status
Label
tags
text
text
Lc
translation
LWT JavaScript API
Loading...
Detailed term data including sentence and tags. Returned by GET /terms/{id}/details