Skip to content

Interface.TaskInput

Octavian Condre edited this page Jul 25, 2024 · 2 revisions

Trados User Interface Extensibility v0.1.13 / TaskInput

Interface: TaskInput

Task input. Based on the "type", the following fields can be retrieved: "project", "sourceFile", "targetFile".

Export

TaskInput

Properties

languageDirection?

optional languageDirection: LanguageDirection

Memberof

TaskInput

Source

lc-public-api/models/index.ts:7864


project?

optional project: Project

Memberof

TaskInput

Source

lc-public-api/models/index.ts:7846


sourceFile?

optional sourceFile: SourceFile

Memberof

TaskInput

Source

lc-public-api/models/index.ts:7852


targetFile?

optional targetFile: TargetFile

Memberof

TaskInput

Source

lc-public-api/models/index.ts:7858


type

type: TaskInputTypeEnum

The input type.

Memberof

TaskInput

Source

lc-public-api/models/index.ts:7840


vendorOrder?

optional vendorOrder: VendorOrder

Memberof

TaskInput

Source

lc-public-api/models/index.ts:7870

API

Classes

Interfaces

Type Aliases

Variables

Functions

Clone this wiki locally