<ai-portal.elevo-sidebar>
构件 ai-portal.elevo-sidebar
Examples
Basic
Properties
Name | Description | Type | Default | Required |
---|
userInstanceId | | string | | |
behavior | | "default" | "drawer" | | |
logoUrl | | string | | |
newChatUrl | | string | | |
historyActiveId | | string | | |
historyUrlTemplate | | string | | |
historyActions | | ActionType[] | | |
links | | SidebarLink[] | | |
Events
Methods
Name | Description | Params | Returns |
---|
pullHistory | | delay: number | |
Type references
Name | Description | Type | Default | Required |
---|
title | | string | | ✅ |
url | | string | | ✅ |
icon | | GeneralIconProps | | ✅ |
ActionClickDetail
Name | Description | Type | Default | Required |
---|
action | | SimpleActionType | | ✅ |
item | | HistoryItem | | ✅ |
HistoryItem
Name | Description | Type | Default | Required |
---|
id | | string | | ✅ |
title | | string | | ✅ |
startTime | | number | | ✅ |
state | | TaskState | | |