PDF Web Viewer
    Preparing search index...

    Interface ITranslateOperationData

    Extra data passed to the onOperationRequested callback for the Translate operation.

    interface ITranslateOperationData {
        from: string;
        operation: "Translate";
        to: string;
    }
    Index

    Properties

    Properties

    from: string

    Source language code (e.g. 'en', 'fr').

    operation: "Translate"
    to: string

    Target language code (e.g. 'de', 'es').