<ai-portal.goal-card-list>
构件 ai-portal.goal-card-list
Examples
Basic
Properties
Name | Description | Type | Default | Required |
---|
goalList | | GoalItem[] | | |
cardStyle | | React.CSSProperties | | |
activeKey | | string | | |
Events
Methods
Name | Description | Params | Returns |
---|
appendChildDone | | pendingId: string , newItem: GoalItem | |
Type references
GoalItem
Name | Description | Type | Default | Required |
---|
title | | string | | ✅ |
description | | string | | |
state | | GoalState | | ✅ |
id | | number | | ✅ |
conversations | | number | | |
owner | | GoalMember | | |
users | | GoalMember[] | | |
instanceId | | string | | ✅ |
level | | number | | ✅ |
pending | | boolean | | |
pendingParentId | | string | | |
GoalMember
Name | Description | Type | Default | Required |
---|
instanceId | | string | | ✅ |
GoalState
"ready" | "working" | "completed"