LWT JavaScript API
Preparing search index...
modules/vocabulary/api/terms_api
TermFullResponse
Interface TermFullResponse
Term data returned from create/update operations.
interface
TermFullResponse
{
error
?:
string
;
success
?:
boolean
;
term
?:
{
hex
:
string
;
id
:
number
;
lemma
:
string
;
lemmaLc
:
string
;
romanization
:
string
;
sentence
:
string
;
status
:
number
;
tags
:
string
[]
;
text
:
string
;
textLc
:
string
;
translation
:
string
;
}
;
}
Index
Properties
error?
success?
term?
Properties
Optional
error
error
?:
string
Optional
success
success
?:
boolean
Optional
term
term
?:
{
hex
:
string
;
id
:
number
;
lemma
:
string
;
lemmaLc
:
string
;
romanization
:
string
;
sentence
:
string
;
status
:
number
;
tags
:
string
[]
;
text
:
string
;
textLc
:
string
;
translation
:
string
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
error
success
term
LWT JavaScript API
Loading...
Term data returned from create/update operations.