Skip to main content

ChangeFloatingObjectRelativePositionCommand.getState Method

Gets information about the command’s state.

Declaration

getState(): CommandState<FloatingObjectRelativePositionSettings>

Returns

Type Description
CommandState<FloatingObjectRelativePositionSettings>

An object that contains the command’s state.

Remarks

Usage example:

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