Skip to main content

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

true if the command has been successfully executed; false if the command execution has failed.

Remarks

Usage example:

richEdit.commands.updateAllFields.execute();
See Also