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

ChangeFloatingObjectAlignmentPositionCommand.getState Method

Gets information about the command state.

Declaration

getState(): CommandState<FloatingObjectAlignmentPositionSettings>

Returns

Type Description
CommandState<FloatingObjectAlignmentPositionSettings>

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

Remarks

Usage example:


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