NodeInsertionInfo Interface
Information about node insertion.
Properties
| Name | Type | Description | |
|---|---|---|---|
| node | Node | Inserted node | |
| parent | NodeKey | undefined | Parent node key | |
| position | number | Index of the new node under its parent | |
| type | "Insert" | 
Defined in
Last Updated: 24 June, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.