ShowFieldCodesCommand Class
In This Article
A command to display the selected field’s field codes.
#Declaration
TypeScript
declare class ShowFieldCodesCommand extends CommandWithSimpleStateBase
#Remarks
An instance of this object can be accessed using the RichEditCommands object’s RichEditCommands.showFieldCodes property.
#Inheritance
CommandBase
CommandWithSimpleStateBase
ShowFieldCodesCommand
See Also