TargetFile
[ Interface ]
export interface TargetFile {
path: string;
attributes?: TcHmi.Dictionary<any>;
}Properties
Name | Type | Description |
|---|---|---|
path | Path to the content / user control file | |
attributes | A dictionary for the attributes with the HTML attribute names as keys |
Schema: tchmi:framework#/definitions/TcHmi.Controls.System.TcHmiPopup.TargetFile
![]() | Available since version 1.12.760 |
See also
