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
  • category.ts
  • feat: 新增规则链设计器
    5e6e9897
    ww authored
    2023-08-10 18:11:50 +0800  
    Browse Files »
category.ts 142 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7
export enum FilterCategoryComponentEnum {
  CHECK_ALARM_STATUS = 'CheckAlarmStatus',
}

export enum EntryComponentEnum {
  INPUT = 'Input',
}