LogicOperator
[ Interface ]
export interface LogicOperator {
logic: 'AND' | 'OR';
};
Describes a logic link.
Properties
Name | Type | Description |
---|---|---|
logic | 'AND', 'OR' | Defines the logical link type. |
Available from version 1.12 |
[ Interface ]
export interface LogicOperator {
logic: 'AND' | 'OR';
};
Describes a logic link.
Name | Type | Description |
---|---|---|
logic | 'AND', 'OR' | Defines the logical link type. |
Available from version 1.12 |