LWT JavaScript API
Preparing search index...
modules/vocabulary/api/terms_api
MultiWordData
Interface MultiWordData
Multi-word expression data for editing. Returned by GET /terms/multi
interface
MultiWordData
{
error
?:
string
;
id
:
number
|
null
;
isNew
:
boolean
;
langId
:
number
;
romanization
:
string
;
sentence
:
string
;
status
:
number
;
text
:
string
;
textLc
:
string
;
translation
:
string
;
wordCount
:
number
;
}
Index
Properties
error?
id
is
New
lang
Id
romanization
sentence
status
text
text
Lc
translation
word
Count
Properties
Optional
error
error
?:
string
id
id
:
number
|
null
is
New
isNew
:
boolean
lang
Id
langId
:
number
romanization
romanization
:
string
sentence
sentence
:
string
status
status
:
number
text
text
:
string
text
Lc
textLc
:
string
translation
translation
:
string
word
Count
wordCount
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
error
id
is
New
lang
Id
romanization
sentence
status
text
text
Lc
translation
word
Count
LWT JavaScript API
Loading...
Multi-word expression data for editing. Returned by GET /terms/multi