UpdateFieldCommand Class
In This Article
A command to update the field’s result.
#Declaration
TypeScript
declare class UpdateFieldCommand extends CommandWithSimpleStateBase
#Remarks
An instance of this object can be accessed using the RichEditCommands object’s RichEditCommands.updateField property.
#Inheritance
CommandBase
CommandWithSimpleStateBase
UpdateFieldCommand
See Also