LWT JavaScript API
Preparing search index...
shared/offline/offline-text-reader
TextDataResult
Interface TextDataResult
Result of fetching text data with source information.
interface
TextDataResult
{
data
:
TextWordsResponse
;
offlineAvailable
:
boolean
;
source
:
"offline"
|
"network"
;
}
Index
Properties
data
offline
Available
source
Properties
data
data
:
TextWordsResponse
offline
Available
offlineAvailable
:
boolean
source
source
:
"offline"
|
"network"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
data
offline
Available
source
LWT JavaScript API
Loading...
Result of fetching text data with source information.