IFunction
[ Interface ]
export interface IFunction {
objectType: 'Function';
active: boolean;
fn: string;
fnParams: TcHmi.IFunction.Value[];
}
Properties
Name | Type | Description |
---|---|---|
objectType | 'Function' | Keyword |
active | Specifies whether this function is active. | |
fn | Name of the function. | |
fnParams | Array of function values for the function |
Schema: tchmi:framework#/definitions/Function
Available from 1.8 |