FileSaveAsCommand Class
In This Article
A command to invoke the Save As dialog that prompts for a file name and saves the current document in a file with the specified path.
#Declaration
TypeScript
declare class FileSaveAsCommand
#Remarks
An instance of this object can be accessed using the RichEditCommands object’s RichEditCommands.fileSaveAs property.
See Also