MergeFieldDialogCommand Class
In This Article
A command to invoke the Insert Merge Field dialog.
#Declaration
TypeScript
declare class MergeFieldDialogCommand extends CommandWithSimpleStateBase
#Remarks
An instance of this object can be accessed using the RichEditCommands object’s RichEditCommands.mergeFieldDialog property.
#Inheritance
CommandBase
CommandWithSimpleStateBase
MergeFieldDialogCommand
See Also