UpdateAllFieldsCommand.execute Method
Executes the UpdateAllFieldsCommand command.
Declaration
execute(
callback?: () => void
): boolean
Parameters
| Name | Type | Description |
|---|---|---|
| callback | () => void | A callback function that is performed when updating of all fields in the document is completed. |
Returns
| Type | Description |
|---|---|
| boolean |
|
Remarks
Usage example:
richEdit.commands.updateAllFields.execute();
See Also