Skip to main content

ZoomToSafetyLineCommand

Classes

ZoomToSafetyLineCommand

Extends

Constructors

Constructor
new ZoomToSafetyLineCommand(args, canvas): ZoomToSafetyLineCommand;
Parameters
ParameterType
argsIZoomToSafetyLineCommandArgs
canvasCanvas
Returns

ZoomToSafetyLineCommand

Overrides

BaseCommand.constructor

Methods

execute()
execute(): Promise<void>;
Returns

Promise<void>

Overrides

BaseCommand.execute

Interfaces

IZoomToSafetyLineCommandArgs

Properties

safetyLine
safetyLine: SafetyLine;
Was this page helpful?