TargetFile

[ Interface ]

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

Properties

Name

Type

Description

path

string

Path to the content / user control file

attributes

Dictionary<any>, undefined

A dictionary for the attributes with the HTML attribute names as keys

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

TargetFile 1:

Available since version 1.12.760