类: TouchBarSegmentedControl
Process: Main
此类不从 'electron'
模块导出. 它只能作为Electron API中其他方法的返回值。
选项
对象segments
- 被放到控件中的段的集合- Integer (optional) - 当前选中的段的下标, 这个值会在用户交互时自动更改 When the mode is
multiple
it will be the last selected item. change
Function (optional) - Called when the user selects a new segment.selectedIndex
Integer - 用户选中的段的下标。isSelected
Boolean - 当前段的选中状态
实例属性
touchBarSegmentedControl.segmentStyle
A String
representing the controls current segment style. Updating this value immediately updates the control in the touch bar.
touchBarSegmentedControl.segments
touchBarSegmentedControl.selectedIndex
Integer
类型表示的当前选中段 改变这个值会立即触发更新当前段 用户对触摸条的操作会自动更新这个值