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.

12 lines (11 loc) 554 B
import { SortItemLayersRequest } from './sort-item-layers.request'; import { IExecution } from '@foblex/mediator'; import * as i0 from "@angular/core"; export declare class SortItemLayersExecution implements IExecution<SortItemLayersRequest, void> { private readonly _fMediator; private readonly _fComponentsStore; private get _fCanvas(); handle(request: SortItemLayersRequest): void; static ɵfac: i0.ɵɵFactoryDeclaration<SortItemLayersExecution, never>; static ɵprov: i0.ɵɵInjectableDeclaration<SortItemLayersExecution>; }