LWT JavaScript API
    Preparing search index...

    Interface OfflineText

    Offline text record - stores text content for offline reading.

    interface OfflineText {
        audioUri: string | null;
        config: TextReadingConfig;
        downloadedAt: Date;
        id: number;
        langId: number;
        lastAccessedAt: Date;
        sizeBytes: number;
        sourceUri: string | null;
        title: string;
    }
    Index

    Properties

    audioUri: string | null

    Audio URI if available

    Reading configuration

    downloadedAt: Date

    When this text was downloaded

    id: number

    Text ID (primary key)

    langId: number

    Language ID for grouping

    lastAccessedAt: Date

    Last time this text was accessed offline

    sizeBytes: number

    Size in bytes (approximate)

    sourceUri: string | null

    Source URI

    title: string

    Text title