Skip to content

Type Editor


Type Editor / @type-editor/util / types/FindParentResult / FindParentResult

Interface: FindParentResult

Defined in: types/FindParentResult.ts:6

Result of a parent node search operation.

Properties

PropertyTypeDescriptionDefined in
nodeNode_2The parent node that was found.types/FindParentResult.ts:10
positionResolvedPosThe resolved position of the found parent node.types/FindParentResult.ts:8