SetFullscreenCommand Class
In This Article
A command to toggle the fullscreen mode.
#Declaration
TypeScript
declare class SetFullscreenCommand extends CommandWithBooleanStateBase
#Remarks
An instance of this object can be accessed using the RichEditCommands object’s RichEditCommands.setFullscreen property.
#Inheritance
CommandBase
CommandWithBooleanStateBase
SetFullscreenCommand
See Also