Skip to main content
Version: 3.9

FlowConditionItemV2 流条件子项

1. 结构声明

class FlowConditionItemV2 extends BaseNode {
type: 'processSystem' | 'custom';
property: LogicItem;
operate: '==' | '!=' | '>' | '<' | '>=' | '<=' | 'contains' | 'in';
values: Array<string>;
}