LWT JavaScript API
Preparing search index...
modules/vocabulary/api/terms_api
TermCreateFullRequest
Interface TermCreateFullRequest
Request body for creating a term with full data.
interface
TermCreateFullRequest
{
lemma
?:
string
;
notes
?:
string
;
position
:
number
;
romanization
?:
string
;
sentence
?:
string
;
status
:
number
;
tags
?:
string
[]
;
textId
:
number
;
translation
:
string
;
}
Index
Properties
lemma?
notes?
position
romanization?
sentence?
status
tags?
text
Id
translation
Properties
Optional
lemma
lemma
?:
string
Optional
notes
notes
?:
string
position
position
:
number
Optional
romanization
romanization
?:
string
Optional
sentence
sentence
?:
string
status
status
:
number
Optional
tags
tags
?:
string
[]
text
Id
textId
:
number
translation
translation
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
lemma
notes
position
romanization
sentence
status
tags
text
Id
translation
LWT JavaScript API
Loading...
Request body for creating a term with full data.