Path
The path to the currently displayed folder. This path is relative to the root attribute, but cannot refer to folders outside the root folder.
Paths are specified as a string with a forward slash ("/") as a separator.
Schema: tchmi:general#/definitions/String
Attribute getter
public getPath(): string | undefined;Parameter
Name | Type | Description |
|---|---|---|
- | - | - |
Return value
Type | Description |
|---|---|
The current value of the attribute. |
Attribute setter
public setPath(valueNew: string | null): void;Parameter
Name | Type | Description |
|---|---|---|
valueNew | The new value of the attribute. If null is passed, the internal default value is used. |
Return value
Type | Description |
|---|---|
void | No return value |
![]() | Available from version 1.12.754 |
