TS-FSRS
    Preparing search index...

    Interface FSRSReview

    interface FSRSReview {
        delta_t: number;
        rating: Rating;
    }
    Index

    Properties

    Properties

    delta_t: number

    The number of days that passed = revlog.elapsed_days = round(revlog[-1].review - revlog[-2].review)

    rating: Rating

    0-4: Manual, Again, Hard, Good, Easy = revlog.rating