LWT JavaScript API
Preparing search index...
modules/vocabulary/api/terms_api
Term
Interface Term
Term/word data structure.
interface
Term
{
id
:
number
;
langId
:
number
;
lemma
?:
string
;
lemmaLc
?:
string
;
notes
?:
string
;
romanization
?:
string
;
sentence
?:
string
;
status
:
number
;
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
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
Optional
sentence
sentence
?:
string
status
status
:
number
Optional
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
tags
text
text
Lc
translation
LWT JavaScript API
Loading...
Term/word data structure.