Agents
loadingbadge/
Agents
loadingbadge/
Basic Usage
AgentsList
Demo loads on client.
API
TxAgentsList
Props
| Prop | Type | Default | Description |
|---|---|---|---|
agents | AgentItemProps[] | - | Description for agents. |
selectedId | string | null | null | Description for selectedId. |
loading | boolean | false | Description for loading. |
Events
| Event | Params | Description |
|---|---|---|
select | (id: string) | Description for select. |
TxAgentItem
Props
| Prop | Type | Default | Description |
|---|---|---|---|
id | string | - | Description for id. |
name | string | - | Description for name. |
description | string | '' | Description for description. |
iconClass | string | 'i-carbon-bot' | Description for iconClass. |
selected | boolean | false | Description for selected. |
disabled | boolean | false | Description for disabled. |
badgeText | string | number | '' | badge Text |
Was this helpful?