LWT JavaScript API
    Preparing search index...

    Form data structure.

    interface LanguageFormData {
        characterSubstitutions: string;
        dict1PopUp: boolean;
        dict1Uri: string;
        dict2PopUp: boolean;
        dict2Uri: string;
        exceptionsSplitSentences: string;
        exportTemplate: string;
        name: string;
        regexpSplitSentences: string;
        regexpWordCharacters: string;
        removeSpaces: boolean;
        rightToLeft: boolean;
        showRomanization: boolean;
        sourceLang: string;
        splitEachChar: boolean;
        targetLang: string;
        textSize: number;
        translatorPopUp: boolean;
        translatorUri: string;
        ttsVoiceApi: string;
    }
    Index

    Properties

    characterSubstitutions: string
    dict1PopUp: boolean
    dict1Uri: string
    dict2PopUp: boolean
    dict2Uri: string
    exceptionsSplitSentences: string
    exportTemplate: string
    name: string
    regexpSplitSentences: string
    regexpWordCharacters: string
    removeSpaces: boolean
    rightToLeft: boolean
    showRomanization: boolean
    sourceLang: string
    splitEachChar: boolean
    targetLang: string
    textSize: number
    translatorPopUp: boolean
    translatorUri: string
    ttsVoiceApi: string