Interface: CascadingModifier
typings/targetDescriptor.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
typings/targetDescriptor.types.ts:315
type
• type: "cascading"
Defined in
typings/targetDescriptor.types.ts:310