eo-mini-actions
<eo-mini-actions>
小尺寸按钮组
Examples
Basic
Properties
Name | Description | Type | Default | Required |
---|---|---|---|---|
actions | 操作列表配置 | ActionType[] |
Events
Name | Description | Event Detail |
---|---|---|
action.click | 点击按钮时触发 | SimpleActionType - 该按钮配置 |
Type references
SimpleActionType
extends Omit<SimpleAction, "text">
Name | Type | Required | Description |
---|---|---|---|
text | string | ||
isDropdown | boolean |
ActionType
SimpleActionType & Divider