LWT JavaScript API
    Preparing search index...

    Word item in the list.

    interface WordItem {
        days: string;
        id: number;
        langId: number;
        langName: string;
        rightToLeft: boolean;
        romanization: string;
        score: number;
        score2: number;
        sentence: string;
        sentenceOk: boolean;
        status: number;
        statusAbbr: string;
        statusLabel: string;
        tags: string;
        text: string;
        textsWordCount?: number;
        translation: string;
        ttsClass: string | null;
    }
    Index

    Properties

    days: string
    id: number
    langId: number
    langName: string
    rightToLeft: boolean
    romanization: string
    score: number
    score2: number
    sentence: string
    sentenceOk: boolean
    status: number
    statusAbbr: string
    statusLabel: string
    tags: string
    text: string
    textsWordCount?: number
    translation: string
    ttsClass: string | null