CreateFieldCommand Class
In This Article
A command to insert an empty document field at the current position in the document.
#Declaration
TypeScript
declare class CreateFieldCommand extends CommandWithSimpleStateBase
#Remarks
An instance of this object can be accessed using the RichEditCommands object’s RichEditCommands.createField property.
#Inheritance
CommandBase
CommandWithSimpleStateBase
CreateFieldCommand
See Also