@foblex/flow
Version:
An Angular library designed to simplify the creation and manipulation of dynamic flow. Provides components for flows, nodes, and connections, automating node manipulation and inter-node connections.
14 lines (13 loc) • 664 B
TypeScript
import { ApplyParentResizeRestrictionsRequest } from './apply-parent-resize-restrictions.request';
import { IExecution } from '@foblex/mediator';
import * as i0 from "@angular/core";
export declare class ApplyParentResizeRestrictionsExecution implements IExecution<ApplyParentResizeRestrictionsRequest, void> {
handle(request: ApplyParentResizeRestrictionsRequest): void;
private applyRestrictions;
private left;
private top;
private right;
private bottom;
static ɵfac: i0.ɵɵFactoryDeclaration<ApplyParentResizeRestrictionsExecution, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<ApplyParentResizeRestrictionsExecution>;
}