Skip to main content
A newer version of this page is available. .

ShowMergedDataCommand.execute Method

Executes the ShowMergedDataCommand command.

Declaration

execute(
    showMergedData?: boolean
): boolean

Parameters

Name Type
showMergedData boolean

Returns

Type Description
boolean

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

Remarks

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