LWT JavaScript API
Preparing search index...
modules/vocabulary/api/terms_api
TermForEdit
Interface TermForEdit
Term data for editing in modal.
interface
TermForEdit
{
hex
:
string
;
id
:
number
|
null
;
lemma
:
string
;
lemmaLc
:
string
;
notes
:
string
;
romanization
:
string
;
sentence
:
string
;
status
:
number
;
tags
:
string
[]
;
text
:
string
;
textLc
:
string
;
translation
:
string
;
}
Index
Properties
hex
id
lemma
lemma
Lc
notes
romanization
sentence
status
tags
text
text
Lc
translation
Properties
hex
hex
:
string
id
id
:
number
|
null
lemma
lemma
:
string
lemma
Lc
lemmaLc
:
string
notes
notes
:
string
romanization
romanization
:
string
sentence
sentence
:
string
status
status
:
number
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
hex
id
lemma
lemma
Lc
notes
romanization
sentence
status
tags
text
text
Lc
translation
LWT JavaScript API
Loading...
Term data for editing in modal.