@hebcal/leyning
    Preparing search index...

    Type Alias Aliyah

    A contiguous passage from a single book of the Tanakh.

    Used to represent a single aliyah of the Torah reading, a maftir, or all or part of a Haftarah. A multi-part Haftarah is represented as an array of Aliyah objects (see HaftarahProps).

    type Aliyah = {
        b: string;
        e: string;
        k: TanakhBook;
        p?: number;
        reason?: string;
        v?: number;
    }
    Index
    b: string

    Beginning chapter:verse, e.g. "28:9"

    e: string

    Ending chapter:verse, e.g. "28:15"

    Book, e.g. "Numbers"

    p?: number

    Parsha number (1=Bereshit … 54=Vezot HaBracha), set on holiday/festival aliyot

    reason?: string

    When this passage differs from the regular reading because of a special occasion, a human-readable explanation of why, such as "Shabbat Rosh Chodesh" (translated to the requested language)

    v?: number

    Number of verses in this passage, when calculated