LWT JavaScript API
    Preparing search index...

    Interface LwtData

    interface LwtData {
        language: LwtLanguage;
        review: LwtReview;
        settings: LwtSettings;
        text: LwtText;
        word: LwtWord;
    }
    Index

    Properties

    language: LwtLanguage
    review: LwtReview
    settings: LwtSettings
    text: LwtText
    word: LwtWord