ShowMergedDataCommand Class
In This Article
A command to display or hide actual data in MERGEFIELD fields.
#Declaration
TypeScript
declare class ShowMergedDataCommand extends CommandWithBooleanStateBase
#Remarks
An instance of this object can be accessed using the RichEditCommands object’s RichEditCommands.showMergedData property.
#Inheritance
CommandBase
CommandWithBooleanStateBase
ShowMergedDataCommand
See Also