Skip to content

Interface.TermbaseEntry

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

Trados User Interface Extensibility v0.1.13 / TermbaseEntry

Interface: TermbaseEntry

The termbase entry.

Export

TermbaseEntry

Properties

createdAt?

optional createdAt: Date

The date and time when the termbase entry was created.
UTC Timezone
Allowed formats:
"YYYY-MM-DDThh:mmZ"
"YYYY-MM-DDThh:mm:ssZ"
"YYYY-MM-DDThh:mm:ss.sZ"
"YYYY-MM-DDThh:mm:ss.ssZ"
"YYYY-MM-DDThh:mm:ss.sss

Memberof

TermbaseEntry

Source

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


createdBy?

optional createdBy: User

Memberof

TermbaseEntry

Source

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


humanReadableId?

optional humanReadableId: string

An identifier that can be provided externally, or generated automatically by Language Cloud, used for creating cross-references. You can use it to set its value to be correlated to your system. The format of the generated value is not guaranteed.

Memberof

TermbaseEntry

Source

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


id

id: string

The termbase entry identifier.

Memberof

TermbaseEntry

Source

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


languages

languages: TermbaseEntryLanguage[]

The termbase entry languages.

Memberof

TermbaseEntry

Source

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


lastModifiedAt?

optional lastModifiedAt: Date

The date and time when the termbase entry was last modified.
UTC Timezone
Allowed formats:
"YYYY-MM-DDThh:mmZ"
"YYYY-MM-DDThh:mm:ssZ"
"YYYY-MM-DDThh:mm:ss.sZ"
"YYYY-MM-DDThh:mm:ss.ssZ"
"YYYY-MM-DDThh:mm:ss.sss

Memberof

TermbaseEntry

Source

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


lastModifiedBy?

optional lastModifiedBy: User

Memberof

TermbaseEntry

Source

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


termbaseFieldValues?

optional termbaseFieldValues: TermbaseFieldValue[]

Memberof

TermbaseEntry

Source

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

API

Classes

Interfaces

Type Aliases

Variables

Functions

Clone this wiki locally