ShowMergedDataCommand.execute Method
Executes the ShowMergedDataCommand command.
Declaration
execute(
showMergedData?: boolean
): boolean
Parameters
Name | Type | Description |
---|---|---|
showMergedData | boolean |
|
Returns
Type | Description |
---|---|
boolean |
|
Remarks
richEdit.commands.showMergedData.execute();
See Also