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