TargetFile
An object ({ path: string; attributes?: Dictionary<any>; }) with a file path and an attribute dictionary for the target file host control (if path points to a *.usercontrol file).
Schema: tchmi:framework#/definitions/TcHmi.Controls.System.TcHmiPopup.TargetFile
Attribute getter
public getTargetFile(): TargetFile | null | undefined;Parameter
Name | Type | Description |
|---|---|---|
- | - | - |
Return value
Type | Description |
|---|---|
The current value of the attribute. |
Attribute setter
public setTargetFile (valueNew: TargetFile | 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 since version 1.12.760 |
