RichEditSelection.setActiveSubDocumentById(id) Method
In This Article
Makes the specified sub-document active.
#Declaration
TypeScript
setActiveSubDocumentById(
id: number
): boolean
#Parameters
Name | Type | Description |
---|---|---|
id | number | The id of the target sub-document. |
#Returns
Type | Description |
---|---|
boolean |
|
#Remarks
Refer to the following section for more information: Client Selection.
See Also