Skip to content

Interface.FolderPath

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

Trados User Interface Extensibility v0.1.13 / FolderPath

Interface: FolderPath

Path of a folder.

Export

FolderPath

Properties

hasParent?

optional hasParent: boolean

default
Indicates if the folder has a parent folder.

Memberof

FolderPath

Source

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


id

id: string

The folder identifier.

Memberof

FolderPath

Source

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


location?

optional location: string

default
The location identifier.

Memberof

FolderPath

Source

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


name

name: string

The name of the folder.

Memberof

FolderPath

Source

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

API

Classes

Interfaces

Type Aliases

Variables

Functions

Clone this wiki locally