LWT JavaScript API
Preparing search index...
modules/vocabulary/stores/word_store
WordData
Interface WordData
Word data stored in the word store.
interface
WordData
{
hex
:
string
;
hidden
:
boolean
;
isNotWord
:
boolean
;
notes
?:
string
;
position
:
number
;
romanization
:
string
;
sentenceId
:
number
;
status
:
number
;
tags
?:
string
;
text
:
string
;
textLc
:
string
;
translation
:
string
;
wordCount
:
number
;
wordId
:
number
|
null
;
[
key
:
`
mw
${
number
}
`
]:
MultiWordRef
|
undefined
;
}
Indexable
[
key
:
`
mw
${
number
}
`
]:
MultiWordRef
|
undefined
Index
Properties
hex
hidden
is
Not
Word
notes?
position
romanization
sentence
Id
status
tags?
text
text
Lc
translation
word
Count
word
Id
Properties
hex
hex
:
string
hidden
hidden
:
boolean
is
Not
Word
isNotWord
:
boolean
Optional
notes
notes
?:
string
position
position
:
number
romanization
romanization
:
string
sentence
Id
sentenceId
:
number
status
status
:
number
Optional
tags
tags
?:
string
text
text
:
string
text
Lc
textLc
:
string
translation
translation
:
string
word
Count
wordCount
:
number
word
Id
wordId
:
number
|
null
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
hex
hidden
is
Not
Word
notes
position
romanization
sentence
Id
status
tags
text
text
Lc
translation
word
Count
word
Id
LWT JavaScript API
Loading...
Word data stored in the word store.