LWT JavaScript API
Preparing search index...
modules/text/api/texts_api
TextStatistics
Interface TextStatistics
Text statistics response.
interface
TextStatistics
{
statusBreakdown
?:
Record
<
number
,
number
>
;
wordCounts
:
TextWordCount
;
}
Index
Properties
status
Breakdown?
word
Counts
Properties
Optional
status
Breakdown
statusBreakdown
?:
Record
<
number
,
number
>
word
Counts
wordCounts
:
TextWordCount
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
status
Breakdown
word
Counts
LWT JavaScript API
Loading...
Text statistics response.