RichEditDocument.sectionsInfo Property
In This Article
Returns information about sections in the document.
#Declaration
TypeScript
get sectionsInfo(): Section[]
#Property Value
Type | Description |
---|---|
Section[] | An array of objects that contain information about sections. |
See Also