Interface: OrdinalScopeModifierV3
core/commandRunner/typings/legacy/PartialTargetDescriptorV3.types.OrdinalScopeModifierV3
Refer to scopes by absolute index relative to iteration scope, eg "first funk" to refer to the first function in a class.
Properties
length
• length: number
The number of scopes to include. Will always be positive. If greater than 1, will include scopes after start
Defined in
core/commandRunner/typings/legacy/PartialTargetDescriptorV3.types.ts:219
scopeType
• scopeType: ScopeType
Defined in
core/commandRunner/typings/legacy/PartialTargetDescriptorV3.types.ts:213
start
• start: number
The start of the range. Start from end of iteration scope if start
is negative
Defined in
core/commandRunner/typings/legacy/PartialTargetDescriptorV3.types.ts:216
type
• type: "ordinalScope"
Defined in
core/commandRunner/typings/legacy/PartialTargetDescriptorV3.types.ts:211