Skip to content

Interface.TaskInputFile

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

Trados User Interface Extensibility v0.1.13 / TaskInputFile

Interface: TaskInputFile

Task input file. Based on the "type", only the "sourceFile" or "targetFile" can be retrieved.

Export

TaskInputFile

Properties

sourceFile?

optional sourceFile: SourceFile

Memberof

TaskInputFile

Source

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


targetFile?

optional targetFile: TargetFile

Memberof

TaskInputFile

Source

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


type?

optional type: TaskInputFileTypeEnum

default

Memberof

TaskInputFile

Source

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

API

Classes

Interfaces

Type Aliases

Variables

Functions

Clone this wiki locally