LWT JavaScript API
Preparing search index...
modules/text/api/texts_api
AnnotationItem
Interface AnnotationItem
Annotation item from API - represents a term in improved annotated view.
interface
AnnotationItem
{
isWord
:
boolean
;
order
:
number
;
text
:
string
;
translation
:
string
;
wordId
:
number
|
null
;
}
Index
Properties
is
Word
order
text
translation
word
Id
Properties
is
Word
isWord
:
boolean
order
order
:
number
text
text
:
string
translation
translation
:
string
word
Id
wordId
:
number
|
null
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
is
Word
order
text
translation
word
Id
LWT JavaScript API
Loading...
Annotation item from API - represents a term in improved annotated view.