Skip to content

Interface.TermbaseStructureUpdateRequest

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

Trados User Interface Extensibility v0.1.13 / TermbaseStructureUpdateRequest

Interface: TermbaseStructureUpdateRequest

The termbase structure update request.

Export

TermbaseStructureUpdateRequest

Properties

fields?

optional fields: TermbaseFieldUpdateRequest[]

Describes the field structure. If not supplied, the termbase will be updated using the fields from the specified template. Otherwise it will override the fields from the template.

Memberof

TermbaseStructureUpdateRequest

Source

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


languages?

optional languages: LanguageRequest[]

The languages of the termbase. If not supplied, the termbase will be updated using the languages from the specified template. Otherwise it will override the languages from the template.

Memberof

TermbaseStructureUpdateRequest

Source

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

API

Classes

Interfaces

Type Aliases

Variables

Functions

Clone this wiki locally