@plurid/plurid-engine
Version:
Plurid Engine and Utility Functions
6 lines (5 loc) • 329 B
TypeScript
import {
/** interfaces */
TreePlane, LinkCoordinates } from '@plurid/plurid-data';
export declare const updateTreePlane: (tree: TreePlane[], page: TreePlane) => TreePlane[];
export declare const updateTreeByPlaneIDWithLinkCoordinates: (tree: TreePlane[], planeID: string, linkCoordinates: LinkCoordinates) => TreePlane[];