Interface: RangeMark
core/commandRunner/typings/PartialTargetDescriptor.types.RangeMark
Constructs a range between anchor and active
Properties
active
• active: Mark
Defined in
core/commandRunner/typings/PartialTargetDescriptor.types.ts:43
anchor
• anchor: Mark
Defined in
core/commandRunner/typings/PartialTargetDescriptor.types.ts:42
excludeActive
• Optional
excludeActive: boolean
Defined in
core/commandRunner/typings/PartialTargetDescriptor.types.ts:45
excludeAnchor
• Optional
excludeAnchor: boolean
Defined in
core/commandRunner/typings/PartialTargetDescriptor.types.ts:44
type
• type: "range"
Defined in
core/commandRunner/typings/PartialTargetDescriptor.types.ts:41