You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
619 B
619 B
API
bi.collapse
参数 | 说明 | 类型 | 默认值 |
---|---|---|---|
accordion | 手风琴模式 | boolean | false |
bordered | 带边框风格的折叠面板 | boolean | true |
ghost | 使折叠面板透明且无边框 | boolean | false |
openMotion | 展开动画 | object | { animation: "bi-slide-up", animationDuring: 100} |
value | 初始化选中面板的 key | string[] number[] |
- |
listeners | 监听切换面板事件 | [{eventName: "EVENT_EXPAND", action:(activeKey) => void}] | - |