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