Skip to main content
A newer version of this page is available. .

ChangeFloatingObjectRelativePositionCommand.getState Method

Gets information about the command state.

Declaration

getState(): CommandState<FloatingObjectRelativePositionSettings>

Returns

Type Description
CommandState<FloatingObjectRelativePositionSettings>

A CommandState<T><FloatingObjectRelativePositionSettings,> object representing the command state.

Remarks

Usage example:


var state = richEdit.commands.changeFloatingObjectRelativePosition.getState();
See Also