IFunction
[ Schnittstelle ]
export interface IFunction {
objectType: 'Function';
active: boolean;
fn: string;
fnParams: TcHmi.IFunction.Value[];
}
Eigenschaften
Name | Typ | Beschreibung |
---|---|---|
objectType | 'Function' | Schlüsselwort |
active | Legt fest, ob diese Funktion aktiv ist. | |
fn | Name der Funktion. | |
fnParams | Array der Funktionswerte für die Funktion |
Schema: tchmi:framework#/definitions/Function
Verfügbar ab Version 1.8 |