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) 465 B
import { FSelectionAreaBase } from '../../f-selection-area-base'; import { FEventTrigger } from '../../../domain'; import { IPointerEvent } from "../../../drag-toolkit"; export declare class SelectionAreaPreparationRequest { event: IPointerEvent; fSelectionArea: FSelectionAreaBase; fTrigger: FEventTrigger; static readonly fToken: unique symbol; constructor(event: IPointerEvent, fSelectionArea: FSelectionAreaBase, fTrigger: FEventTrigger); }