LWT JavaScript API
    Preparing search index...

    Parameters for getting next word to review.

    interface NextWordParams {
        lgId: number;
        reviewKey: string;
        selection: string;
        type: number;
        wordMode: boolean;
        wordRegex: string;
    }
    Index

    Properties

    lgId: number
    reviewKey: string
    selection: string
    type: number
    wordMode: boolean
    wordRegex: string