Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
constructor(@inject(TYPES.Action) protected action: DrawFeedbackEdgeSourceAction) {
super();
}
constructor(@inject(TYPES.Action) readonly action: ApplyCursorCSSFeedbackAction) {
super();
}
execute(context: CommandExecutionContext): SModelRoot {
constructor(@inject(TYPES.Action) public action: SwitchResizeModeAction) {
super();
}
constructor(@inject(TYPES.Action) protected action: ApplyMarkersAction) {
super();
}
constructor(@inject(TYPES.Action) protected action: HideChangeBoundsToolResizeFeedbackAction) {
super();
}
constructor(@inject(TYPES.Action) protected action: DrawFeedbackEdgeAction) {
super();
}