类: TouchBarSegmentedControl

    Process:
    此类不从 'electron' 模块导出. 它只能作为 Electron API 中其他方法的返回值。

    • 选项 对象
      • segments - 被放到控件中的段的集合
      • Integer (optional) - 当前选中的段的下标, 这个值会在用户交互时自动更改 当模式为 multiple 时,它将是最后的选择项。
      • change Function (可选) - 当用户选择一个新的分段时被调用。
        • selectedIndex Integer - 用户选中的段的下标。
        • isSelected boolean - 当前段的选中状态

    实例属性

    touchBarSegmentedControl.segmentStyle

    一个 string 值,表示控件当前分段样式。 更新此值会立即更新 touch bar 中的控件。

    touchBarSegmentedControl.segments

    touchBarSegmentedControl.selectedIndex

    Integer类型表示的当前选中段 改变这个值会立即触发更新当前段 用户对触摸条的操作会自动更新这个值

    touchBarSegmentedControl.mode