CreateMergeFieldCommand Class
In This Article
A command to insert a MERGEFIELD field (with a data source column name) at the current position in the document.
#Declaration
TypeScript
declare class CreateMergeFieldCommand extends CommandWithSimpleStateBase
#Remarks
An instance of this object can be accessed using the RichEditCommands object’s RichEditCommands.createMergeField property.
#Inheritance
CommandBase
CommandWithSimpleStateBase
CreateMergeFieldCommand
See Also