StrategyNodeIf: StrategyNodeUnionBase & {
    childNodeExpression: IfExpression[];
    onlyFirstMatch?: boolean | null;
}

Type declaration

  • childNodeExpression: IfExpression[]
  • Optional onlyFirstMatch?: boolean | null