ChangeFloatingObjectAbsolutePositionCommand.getState Method
Gets information about the command’s state.
Declaration
getState(): CommandState<FloatingObjectAbsolutePositionSettings>
Returns
| Type | Description |
|---|---|
| CommandState<FloatingObjectAbsolutePositionSettings> | An object that contains the command’s state. |
Remarks
Usage example:
var state = richEdit.commands.changeFloatingObjectAbsolutePosition.getState();
See Also