Root
The path to the folder to be used as the root folder. The control only allows the navigation and display of files and folders that are located within the root folder.
Paths are specified as a string with a forward slash ("/") as a separator.
Schema: tchmi:general#/definitions/String
Attribute getter
public getRoot(): string | undefined;Parameter
Name | Type | Description |
|---|---|---|
- | - | - |
Return value
Type | Description |
|---|---|
The current value of the attribute. |
Attribute setter
public setRoot(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 |
