LWT JavaScript API
    Preparing search index...

    Word data for table review.

    interface TableReviewWord {
        id: number;
        romanization: string;
        score: number;
        sentence: string;
        sentenceHtml: string;
        status: number;
        text: string;
        translation: string;
    }
    Index

    Properties

    id: number
    romanization: string
    score: number
    sentence: string
    sentenceHtml: string
    status: number
    text: string
    translation: string