支持列表全部展开/折叠功能

This commit is contained in:
qiuchengw
2025-09-24 20:38:53 +08:00
parent 7309865af0
commit 16557a260e
5 changed files with 122 additions and 0 deletions
+1
View File
@@ -13,4 +13,5 @@ export interface ToolbarConfig {
showTimeScale?: boolean // 显示时间刻度按钮组
timeScaleDimensions?: TimelineScale[] // 设置时间刻度按钮的展示维度
defaultTimeScale?: TimelineScale // 默认选中的时间刻度
showExpandCollapse?: boolean // 显示全部展开/折叠按钮
}