FileSaveAsDialogCommand Class
In This Article
A command to open the file’s Save As dialog.
#Declaration
TypeScript
declare class FileSaveAsDialogCommand extends CommandWithSimpleStateBase
#Remarks
An instance of this object can be accessed using the RichEditCommands object’s RichEditCommands.fileSaveAsDialog property.
#Inheritance
CommandBase
CommandWithSimpleStateBase
FileSaveAsDialogCommand
See Also