UNPKG

@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) 682 B
import { ApplyChildResizeRestrictionsRequest } from './apply-child-resize-restrictions.request'; import { IExecution } from '@foblex/mediator'; import * as i0 from "@angular/core"; export declare class ApplyChildResizeRestrictionsExecution implements IExecution<ApplyChildResizeRestrictionsRequest, void> { handle(request: ApplyChildResizeRestrictionsRequest): void; private _apply; private _restrictLeft; private _restrictTop; private _restrictRight; private _restrictBottom; static ɵfac: i0.ɵɵFactoryDeclaration<ApplyChildResizeRestrictionsExecution, never>; static ɵprov: i0.ɵɵInjectableDeclaration<ApplyChildResizeRestrictionsExecution>; }