Skip to main content

Interface: SelectionContext

typings/Types.SelectionContext

Properties

containingListDelimiter

Optional containingListDelimiter: string

Defined in

typings/Types.ts:64


interiorRange

Optional interiorRange: Range

The range used for the interior

Defined in

typings/Types.ts:74


leadingDelimiterRange

Optional leadingDelimiterRange: Range

The range of the delimiter before the selection

Defined in

typings/Types.ts:79


removalRange

Optional removalRange: Range

Selection used for removal

Defined in

typings/Types.ts:69


trailingDelimiterRange

Optional trailingDelimiterRange: Range

The range of the delimiter after the selection

Defined in

typings/Types.ts:84