Skip to content

DropPosition

DropPosition = { branchId: string; index: number; kind: "into-branch"; } | { kind: "onto-leaf"; leafId: string; } | { branchId: string; kind: "onto-branch-header"; }

Defined in: filtering/tree/filter-tree.service.ts:34

Describes where a dragged node was dropped relative to a target.