ActionTemplate

[ Interface ]

export interface ActionTemplate {
    name: string;
    category: string;
    actions: Trigger.Action[];
    parameters: TemplateParameter[];
}

Describes an ActionTemplate within a TwinCAT HMI project.

Properties

Name

Type

Description

name

string

Name of the template.

category

string

Category of the template.

actions

Trigger.Action[];

Actions of the template.

parameters

TemplateParameter[];

Template parameters.

ActionTemplate 1:

Available from version 1.12