Back to Website
Show / Hide Table of Contents

Class ResizeCommand

Inheritance
BaseProductCommand<IResizeArgs | IExternalResizeArgs, void>
ResizeCommand
Package: @aurigma/design-atoms

Constructors

(constructor)(historyArgs, product, args, _productHandler, _commandManager, _canvas)

Constructs a new instance of the ResizeCommand class

Declaration
constructor(historyArgs: IHistoryArgs, product: Product, args: IResizeArgs | IExternalResizeArgs, _productHandler: ProductHandler, _commandManager: CommandManager, _canvas?: Canvas);
Parameters
Type Name Description
IHistoryArgs historyArgs
Product product
IResizeArgs | IExternalResizeArgs args
ProductHandler _productHandler
CommandManager _commandManager
Canvas _canvas

Properties

_executeCommandBody

Declaration
_executeCommandBody: () => Promise<void>;
Property Value
Type Description
() => Promise<void>

Methods

redo()

Declaration
redo(): Promise<void>;
Returns
Type Description
Promise<void>

undo()

Declaration
undo(): Promise<void>;
Returns
Type Description
Promise<void>
Was this page helpful?
Thanks for your feedback!
Back to top Copyright © 2001–2025 Aurigma, Inc. All rights reserved.
Loading...
    Thank for your vote
    Your opinion is important to us. To provide details, send feedback.
    Send feedback