Skip to main content

Interface: ProcessedTargetsContext

typings/Types.ProcessedTargetsContext

Properties

actionFinalStages

actionFinalStages: ModifierStage[]

Modifier stages contributed by the action that should run at the end of the modifier pipeline

Defined in

typings/Types.ts:42


actionPrePositionStages

actionPrePositionStages: ModifierStage[]

Modifier stages contributed by the action that should run before the final positional stage, if there is one

Defined in

typings/Types.ts:37


currentEditor

currentEditor: undefined | TextEditor

Defined in

typings/Types.ts:44


currentSelections

currentSelections: SelectionWithEditor[]

Defined in

typings/Types.ts:43


hatTokenMap

hatTokenMap: ReadOnlyHatMap

Defined in

typings/Types.ts:45


sourceMark

sourceMark: Target[]

Defined in

typings/Types.ts:47


thatMark

thatMark: Target[]

Defined in

typings/Types.ts:46

Methods

getNodeAtLocation

getNodeAtLocation(document, range): SyntaxNode

Parameters

NameType
documentTextDocument
rangeRange

Returns

SyntaxNode

Defined in

typings/Types.ts:48