AboutSupportDeveloper GuideVersion 47.154.100.2
OpenFin JavaScript API
    Preparing search index...

    Type Alias UntranslatableWebContentInfo

    Describes a WebContents on which content translation is not supported (for example because no translation API key is configured on the machine, or the current page is not translatable).

    type UntranslatableWebContentInfo = {
        translationEnabled: false;
    }
    Index
    translationEnabled: false