LWT JavaScript API
Preparing search index...
modules/vocabulary/api/words_api
WordItem
Interface WordItem
Word item in the list.
interface
WordItem
{
days
:
string
;
id
:
number
;
langId
:
number
;
langName
:
string
;
rightToLeft
:
boolean
;
romanization
:
string
;
score
:
number
;
score2
:
number
;
sentence
:
string
;
sentenceOk
:
boolean
;
status
:
number
;
statusAbbr
:
string
;
statusLabel
:
string
;
tags
:
string
;
text
:
string
;
textsWordCount
?:
number
;
translation
:
string
;
ttsClass
:
string
|
null
;
}
Index
Properties
days
id
lang
Id
lang
Name
right
To
Left
romanization
score
score2
sentence
sentence
Ok
status
status
Abbr
status
Label
tags
text
texts
Word
Count?
translation
tts
Class
Properties
days
days
:
string
id
id
:
number
lang
Id
langId
:
number
lang
Name
langName
:
string
right
To
Left
rightToLeft
:
boolean
romanization
romanization
:
string
score
score
:
number
score2
score2
:
number
sentence
sentence
:
string
sentence
Ok
sentenceOk
:
boolean
status
status
:
number
status
Abbr
statusAbbr
:
string
status
Label
statusLabel
:
string
tags
tags
:
string
text
text
:
string
Optional
texts
Word
Count
textsWordCount
?:
number
translation
translation
:
string
tts
Class
ttsClass
:
string
|
null
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
days
id
lang
Id
lang
Name
right
To
Left
romanization
score
score2
sentence
sentence
Ok
status
status
Abbr
status
Label
tags
text
texts
Word
Count
translation
tts
Class
LWT JavaScript API
Loading...
Word item in the list.