ShowHiddenSymbolsCommand Class
In This Article
A command to toggle the visibility of hidden symbols.
#Declaration
TypeScript
declare class ShowHiddenSymbolsCommand extends CommandWithBooleanStateBase
#Remarks
An instance of this object can be accessed using the RichEditCommands object’s RichEditCommands.showHiddenSymbols property.
#Inheritance
CommandBase
CommandWithBooleanStateBase
ShowHiddenSymbolsCommand
See Also