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 | Name of the template. | |
category | Category of the template. | |
actions | Actions of the template. | |
parameters | Template parameters. |
Available from version 1.12 |