ChangeFloatingObjectPropertyCommandBase<T>.getState Method
Gets information about the command’s state.
Declaration
getState(): CommandState<T>
Returns
| Type | Description |
|---|---|
| CommandState<T> | An object that contains the command’s state. |
See Also