@eagleoutice/flowr - v2.13.14
    Preparing search index...
    interface CallPropsArgs {
        matchType?: "every" | "some";
        props: number;
    }
    Index
    matchType?: "every" | "some"

    whether a call has to carry every bit of props or just one of them (the default)

    props: number

    the CallProp bits to look for, e.g. CallProp.User | CallProp.Closes