[]
StopAnimation command.
new StopAnimationCommand(stopFrameIndex, startFrameIndex): StopAnimationCommand;
Constructor.
number
number
StopAnimationCommand
stopFrameIndex: number;
startFrameIndex: number;
name: string = "StopAnimation";
Optional. The unique name of the command. Used by the undo.skipCommands option setting.
execute(viewer): Promise<void>;
Action implementation.
Promise<void>
undo(viewer): Promise<void>;
Undo action implementation.
Promise<void>