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.

11 lines (10 loc) 568 B
import { GetNodePaddingRequest } from './get-node-padding.request'; import { IExecution } from '@foblex/mediator'; import * as i0 from "@angular/core"; export declare class GetNodePaddingExecution implements IExecution<GetNodePaddingRequest, [number, number, number, number]> { private readonly _browser; handle(request: GetNodePaddingRequest): [number, number, number, number]; private getPaddingData; static ɵfac: i0.ɵɵFactoryDeclaration<GetNodePaddingExecution, never>; static ɵprov: i0.ɵɵInjectableDeclaration<GetNodePaddingExecution>; }