FileSaveCommand Class
In This Article
A command to save the document to a file.
#Declaration
TypeScript
declare class FileSaveCommand extends CommandWithSimpleStateBase
#Remarks
An instance of this object can be accessed using the RichEditCommands object’s RichEditCommands.fileSave property.
#Inheritance
CommandBase
CommandWithSimpleStateBase
FileSaveCommand
See Also