Interface: ModifyIfUntypedModifier
core/commandRunner/typings/PartialTargetDescriptor.types.ModifyIfUntypedModifier
Runs modifier if the target has no explicit scope type, ie if
Target.hasExplicitScopeType is false
.
Properties
modifier
• modifier: Modifier
The modifier to apply if the target is untyped
Defined in
core/commandRunner/typings/PartialTargetDescriptor.types.ts:299
type
• type: "modifyIfUntyped"
Defined in
core/commandRunner/typings/PartialTargetDescriptor.types.ts:294