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) 511 B
import { IExecution } from '@foblex/mediator'; import { GetCanvasRequest } from './get-canvas-request'; import { FCanvasBase } from '../../../f-canvas'; import * as i0 from "@angular/core"; export declare class GetCanvasExecution implements IExecution<GetCanvasRequest, FCanvasBase> { private _fComponentsStore; handle(request: GetCanvasRequest): FCanvasBase; static ɵfac: i0.ɵɵFactoryDeclaration<GetCanvasExecution, never>; static ɵprov: i0.ɵɵInjectableDeclaration<GetCanvasExecution>; }