interface SliceRequiredInput {
    criterion: SlicingCriteria;
    threshold?: number;
}

Properties

criterion: SlicingCriteria

The slicing criterion is only of interest if you actually want to slice the R code

threshold?: number

How many re-visits of the same node are ok?