BehaviorModel interface
属性
| abstract | 行为是否抽象(即不能与任何工作项类型相关联) |
| color | 颜色 |
| description | Description |
| id | 行为 ID |
| inherits | 父行为参考 |
| name | 行为名称 |
| overridden | 行为是否覆盖系统进程中的行为 |
| rank | 等级 |
| url | 行为的 URL |
属性详细信息
abstract
行为是否抽象(即不能与任何工作项类型相关联)
abstract: boolean
属性值
boolean
color
颜色
color: string
属性值
string
description
Description
description: string
属性值
string
id
行为 ID
id: string
属性值
string
inherits
name
行为名称
name: string
属性值
string
overridden
行为是否覆盖系统进程中的行为
overridden: boolean
属性值
boolean
rank
等级
rank: number
属性值
number
url
行为的 URL
url: string
属性值
string