LWT JavaScript API
    Preparing search index...

    Word test data returned from the API.

    interface WordTestData {
        group: string;
        solution?: string;
        term_id: string | number;
        term_text: string;
    }
    Index

    Properties

    group: string
    solution?: string
    term_id: string | number
    term_text: string