TargetFile

[ Schnittstelle ]

export interface TargetFile {
    path: string;
    attributes?: TcHmi.Dictionary<any>;
}

Eigenschaften

Name

Typ

Beschreibung

path

string

Pfad zur Content / Usercontrol Datei

attributes

Dictionary<any>, undefined

Ein Wörterbuch für die Attribute mit den HTML Attributs-Namen als Schlüssel

Schema: tchmi:framework#/definitions/TcHmi.Controls.System.TcHmiPopup.TargetFile

TargetFile 1:

Verfügbar ab Version 1.12.760