taglib-ts
    Preparing search index...

    Represents a single chapter display entry (localised title + language).

    interface ChapterDisplay {
        language: string;
        string: string;
    }
    Index

    Properties

    Properties

    language: string

    BCP-47 language code (e.g. "eng", "und").

    string: string

    The localised chapter title.