RichEditDocument.activeSubDocument Property
In This Article
Returns the active sub-document.
#Declaration
TypeScript
get activeSubDocument(): SubDocument
#Property Value
Type | Description |
---|---|
Sub |
The active sub-document. |
#Remarks
Refer to the following section for more information: Document Elements.
See Also