Skip to main content

Interface: CascadingModifier

core/commandRunner/typings/PartialTargetDescriptor.types.CascadingModifier

Tries each of the modifiers in modifiers in turn until one of them doesn't throw an error, returning the output from the first modifier not throwing an error.

Properties

modifiers

modifiers: Modifier[]

The modifiers to try in turn

Defined in

core/commandRunner/typings/PartialTargetDescriptor.types.ts:313


type

type: "cascading"

Defined in

core/commandRunner/typings/PartialTargetDescriptor.types.ts:308