Interface: OrdinalScopeModifier
typings/targetDescriptor.types.OrdinalScopeModifier
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
typings/targetDescriptor.types.ts:215
scopeType
• scopeType: ScopeType
Defined in
typings/targetDescriptor.types.ts:209
start
• start: number
The start of the range. Start from end of iteration scope if start
is negative
Defined in
typings/targetDescriptor.types.ts:212
type
• type: "ordinalScope"
Defined in
typings/targetDescriptor.types.ts:207