UpdateFieldCommand.execute Method
In This Article
Executes the UpdateFieldCommand command.
#Declaration
TypeScript
execute(
callback?: () => void
): boolean
#Parameters
Name | Type | Description |
---|---|---|
callback | () => void | A callback function that is performed when updating of all fields in the selection is completed. |
#Returns
Type | Description |
---|---|
boolean |
|
#Remarks
Usage example:
richEdit.commands.updateField.execute(function() {});
See Also