Skip to content

Interface.Folder

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

Trados User Interface Extensibility v0.1.13 / Folder

Interface: Folder

Folder used for resource storage.

Export

Folder

Properties

hasParent?

optional hasParent: boolean

Indicates if the folder has a parent folder.

Memberof

Folder

Source

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


id

id: string

The folder identifier.

Memberof

Folder

Source

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


location?

optional location: ResourceFolder

Memberof

Folder

Deprecated

Source

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


name?

optional name: string

default
The name of the folder.

Memberof

Folder

Source

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


path?

optional path: FolderPath[]

The hierarchical path. It consists of all the items of the path in reverse order, the parent of the current folder being the first in the list, and the root of the account being the last.

Memberof

Folder

Source

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

API

Classes

Interfaces

Type Aliases

Variables

Functions

Clone this wiki locally