elevo-sidebar
<ai-portal.elevo-sidebar>
构件 ai-portal.elevo-sidebar
Examples
Basic
Properties
Name | Description | Type | Default | Required |
---|---|---|---|---|
| boolean | true | ||
userInstanceId | string | |||
behavior | "default" | "drawer" | |||
bordered | boolean | |||
logoUrl | string | |||
newChatUrl | string | |||
newChatLinkWhenCollapsed | boolean | |||
historyActiveId | string | |||
historyUrlTemplate | string | |||
historyActions | ActionType[] | |||
projectActiveId | string | |||
projectUrlTemplate | string | |||
projectActions | ActionType[] | |||
links | SidebarLink[] |
Events
Name | Description | Event Detail |
---|---|---|
logout | void | |
action.click | ActionClickDetail | LegacyActionClickDetail | |
project.action.click | ProjectActionClickDetail | |
add.project | void |
Methods
Name | Description | Params | Returns |
---|---|---|---|
pullHistory | delay: number | ||
close | |||
removeProject | projectId: string | ||
addProject | project: Project | ||
moveConversation | conversationId: string |
Type references
SidebarLink
Name | Description | Type | Default | Required |
---|---|---|---|---|
title | string | ✅ | ||
url | string | ✅ | ||
icon | GeneralIconProps | ✅ |
ActionClickDetail
Name | Description | Type | Default | Required |
---|---|---|---|---|
action | SimpleActionType | ✅ | ||
item | HistoryItem | ✅ | ||
project | Project |
HistoryItem
Name | Description | Type | Default | Required |
---|---|---|---|---|
conversationId | string | ✅ | ||
title | string | ✅ | ||
startTime | number | ✅ | ||
state | TaskState |
Project
Name | Description | Type | Default | Required |
---|---|---|---|---|
instanceId | 实例ID | string | ✅ | |
name | 项目名称 | string | ✅ | |
description | 项目描述 | string | ✅ | |
state | 状态 | "active" | "inactive" | ✅ | |
defaultAiEmployeeId | 默认数字人ID | string | ✅ | |
creator | 创建者 | string | ✅ | |
ctime | 创建时间 | string | ✅ | |
mtime | 修改时间 | string | ✅ | |
modifier | 修改者 | string | ✅ |
LegacyActionClickDetail
Name | Description | Type | Default | Required |
---|---|---|---|---|
action | SimpleActionType | ✅ | ||
item | LegacyHistoryItem | ✅ |
LegacyHistoryItem
Name | Description | Type | Default | Required |
---|---|---|---|---|
id | string | ✅ | ||
title | string | ✅ | ||
startTime | number | ✅ | ||
state | TaskState |
ProjectActionClickDetail
Name | Description | Type | Default | Required |
---|---|---|---|---|
action | SimpleActionType | ✅ | ||
project | Project | ✅ |