Sign in

简柏林 / thingskit-front · Files

GitLab

  • Go to dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Builds 0
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Network
  • thingskit-front
  • src
  • views
  • rule
  • designer
  • enum
  • entity.ts
  • feat: 完成规则链设计器右键菜单功能
    ae4f2379
    ww authored
    2023-09-07 15:26:38 +0800  
    Browse Files »
entity.ts 92 Bytes
Raw Blame History Permalink
1 2 3 4
export enum RuleChainEntityType {
  RULE_NODE = 'RULE_NODE',
  RULE_CHAIN = 'RULE_CHAIN',
}