Word.Interfaces.ReadabilityStatisticData interface
An interface describing the data returned by calling readabilityStatistic.toJSON().
Properties
| name | Returns the name of the readability statistic. |
| value | Returns the value of the grammar statistic. |
Property Details
name
Returns the name of the readability statistic.
name?: string;
Property Value
string
Remarks
value
Returns the value of the grammar statistic.
value?: number;
Property Value
number