# Collapse-trigger 折叠触发器 V2.2.13
# 代码演示
# API
# Attributes
参数 | 说明 | 类型 | 可选值 | 默认值 | Version |
---|---|---|---|---|---|
theme | 背景 | String | light/dark/primay | light | |
collapse | 是否折叠 | Boolean | true/false | - | |
fixed | 是否固定显示在容器的 right 或 bottom 侧,如果设置为 true ,外容器必须设置样式 position: relative; | Boolean | true/false | true | |
placement | 设置在外容器的哪一侧 | String | right/bottom | right | |
zIndex | 设置触发器的 z-index | Number | 10 | ||
show-bar | 是否显示分割线条 | Boolean | true/false | false | V2.4.27 |
text | 文字 | String | - | - | V2.4.30 |