@hebcal/leyning
    Preparing search index...

    Type Alias HaftTheme

    Identifies a Haftarah tied to the weeks around Tish'a B'Av: one of the three Haftarot of Admonition (the "Three Weeks" before Tish'a B'Av) or the seven Haftarot of Consolation (the seven Shabbatot after it). At most one of the two fields is set.

    type HaftTheme = {
        admonition?: number;
        consolation?: number | string;
    }
    Index
    admonition?: number

    For the three Haftarot of Admonition (תְּלָתָא דְּפוּרְעָנוּתָא) read on the three Shabbatot before Tish'a B'Av: 1, 2 or 3.

    consolation?: number | string

    For the seven Haftarot of Consolation (שֶׁבַע דְּנֶחָמְתָא) read on the seven Shabbatot after Tish'a B'Av: 1 through 7. In the rare year when Parashat Re'eh coincides with Rosh Chodesh, the 3rd Haftarah of Consolation is displaced and later chanted together with the 5th on Parashat Ki Teitzei, in which case the value is the string "3,5".