@hebcal/learning
    Preparing search index...

    Type Alias SeferHaMitzvotReading

    One day's reading in the Sefer Hamitzvos (Daily Mitzvah) calendar.

    type SeferHaMitzvotReading = {
        day: number;
        note?: string;
        reading: string;
    }
    Index

    Properties

    Properties

    day: number

    1-based day number within the 339-day cycle.

    note?: string

    Optional explanatory note. Present only on the handful of days (140, 161, 258, 259) where editions of the Sefer Hamitzvot Schedule disagree about which mitzvah is studied; the note describes the alternative.

    reading: string

    The day's mitzvah list, encoded as a single comma-separated string of Maimonides' mitzvah references (e.g. "P186, N10, N47"P = Positive Commandment, N = Negative Commandment). The SeferHaMitzvotEvent render() method expands this for display.