Type Editor / @type-editor/util / types/FindParentResult / FindParentResult
Interface: FindParentResult
Defined in: types/FindParentResult.ts:6
Result of a parent node search operation.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
node | Node_2 | The parent node that was found. | types/FindParentResult.ts:10 |
position | ResolvedPos | The resolved position of the found parent node. | types/FindParentResult.ts:8 |