TargetFile
[ Schnittstelle ]
export interface TargetFile {
path: string;
attributes?: TcHmi.Dictionary<any>;
}Eigenschaften
Name | Typ | Beschreibung |
|---|---|---|
path | Pfad zur Content / Usercontrol Datei | |
attributes | Ein Wörterbuch für die Attribute mit den HTML Attributs-Namen als Schlüssel |
Schema: tchmi:framework#/definitions/TcHmi.Controls.System.TcHmiPopup.TargetFile
![]() | Verfügbar ab Version 1.12.760 |
