@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.
9 lines (8 loc) • 316 B
TypeScript
import { DestroyRef } from '@angular/core';
import { FNodeBase } from '../../../f-node';
export declare class UpdateNodeWhenStateOrSizeChangedRequest {
fComponent: FNodeBase;
destroyRef: DestroyRef;
static readonly fToken: unique symbol;
constructor(fComponent: FNodeBase, destroyRef: DestroyRef);
}