LWT JavaScript API
Preparing search index...
modules/text/api/texts_api
TextWord
Interface TextWord
Word data for client-side rendering.
interface
TextWord
{
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
Optional
romanization
romanization
?:
string
sentence
Id
sentenceId
:
number
Optional
status
status
?:
number
Optional
tags
tags
?:
string
text
text
:
string
text
Lc
textLc
:
string
Optional
translation
translation
?:
string
word
Count
wordCount
:
number
Optional
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 for client-side rendering.