OpenInsertSymbolDialogCommand Class
In This Article
A command to invoke the Symbols dialog.
#Declaration
TypeScript
declare class OpenInsertSymbolDialogCommand extends CommandWithSimpleStateBase
#Remarks
An instance of this object can be accessed using the RichEditCommands object’s RichEditCommands.openInsertSymbolDialog property.
#Inheritance
CommandBase
CommandWithSimpleStateBase
OpenInsertSymbolDialogCommand
See Also