IFunction

[ Interface ]

export interface IFunction {
    objectType: 'Function';
    active: boolean;
    fn: string;
    fnParams: TcHmi.IFunction.Value[];
}

Properties

Name

Type

Description

objectType

'Function'

Keyword

active

boolean

Specifies whether this function is active.

fn

string

Name of the function.

fnParams

TcHmi.IFunction.Value[]

Array of function values for the function

Schema: tchmi:framework#/definitions/Function

IFunction 1:

Available from 1.8