Trigger
[ Namespace ]
Functions
Name |
Description |
---|---|
Checks whether the transferred parameter is of type Condition. | |
Checks whether the transferred parameter is of type SwitchCase. | |
Checks whether the transferred parameter is of type ControlApiFunction. | |
Checks whether the transferred parameter is of type WriteToSymbol. | |
Checks whether the transferred parameter is of type Comment. | |
Checks whether the transferred parameter is of type Function. | |
Checks whether the transferred parameter is of type JavaScript. | |
Checks whether the transferred parameter is of type ActionTemplate. | |
Checks whether the transferred parameter is of type FunctionExpression. |
Types
Name |
Description |
---|---|
Summary of all action interfaces. |
Interfaces
Name |
Description |
---|---|
Basis of all action interfaces. | |
Defines an action of type Condition. An If-Then-Else condition that can trigger different actions depending on certain values. | |
Defines an action of type SwitchCase. An SwitchCase decision that can trigger different actions depending on certain values. | |
Defines an action of type ControlApiFunction. An action that is used to call a function of a specific control instance. | |
Defines an action of type WriteToSymbol. An action that is used to write a value to a specific symbol. | |
Defines an action of type Comment. A comment object is displayed as a comment in the Actions & Conditions Editor. | |
Defines an action of type TAFunction. An action that is used to call a TwinCAT HMI function. | |
Defines an action of type JavaScript. An action that is used to execute a stored JavaScript source code. | |
Defines an action of type ActionTemplate. An action that is used to call a specific ActionTemplate. | |
Defines an action of type FunctionExpression. An action that is used to resolve a function expression using a JavaScript parser. | |
Basis of all BindingTarget interfaces. | |
Defines a control attribute as the target of a binding. | |
Logical expression that is used in a Condition type, for example. | |
If part of a condition. | |
ElseIf part of a condition. | |
Else part of a condition. | |
Basis of all SwitchCase interfaces. | |
A SwitchCase. | |
Default SwitchCase. |
Available from version 1.12 |
- baseAction
- Action
- Condition
- isCondition
- SwitchCase
- isSwitchCase
- ControlApiFunction
- isControlApiFunction
- WriteToSymbol
- isWriteToSymbol
- Comment
- isComment
- TAFunction
- isFunction
- JavaScript
- isJavaScript
- ActionTemplate
- isActionTemplate
- FunctionExpression
- isFunctionExpression
- BindingTarget
- ControlAttributeBindingTarget
- Expression
- ConditionIf
- ConditionElseIf
- ConditionElse
- Case
- VCase
- DCase