LWT JavaScript API
    Preparing search index...

    Interface OfflineTextWords

    Offline words for a text - stored separately for efficient querying.

    interface OfflineTextWords {
        syncedAt: Date;
        textId: number;
        words: TextWord[];
    }
    Index

    Properties

    Properties

    syncedAt: Date

    When this was last synced

    textId: number

    Composite key: textId

    words: TextWord[]

    All words for this text