类: TouchBarScrubber
Process: Main
此类不从 'electron'
模块导出. 它只能作为Electron API中其他方法的返回值。
选项
对象items
一个数组,表示 scrubber 里的项目。select
Function (optional) - Called when the user taps an item that was not the last tapped item.selectedIndex
Integer - 用户选中项排序。
highlight
Function (optional) - Called when the user taps any item.- highlightedIndex Integer - 用户选中项排序.
selectedStyle
String (optional) - Selected item style. Can bebackground
,outline
ornone
. 默认值为:none
。- String (optional) - Selected overlay item style. Can be
background
,outline
ornone
. 默认值为:none
。 mode
String (可选) - 可以是fixed
或free
。 默认值为free
.continuous
Boolean (optional) - Defaults totrue
.
实例属性
以下为 TouchBarScrubber
实例的可用属性:
touchBarScrubber.items
touchBarScrubber.selectedStyle
一个String
,用来表示在scrubber内被选择的组件应有的样式。 改变这个值会立刻刷新touch bar内的控件。 可选值:
background
- 映射为outline
- 映射为[NSScrubberSelectionStyle outlineOverlayStyle]
none
- Removes all styles.
touchBarScrubber.overlayStyle
一个String
,用来表示在scrubber内被选择的组件应有的样式。 该样式将会覆盖在scrubber组件之上而非其后。 改变这个值会立刻刷新touch bar的控件。 可选值:
background
- 映射为[NSScrubberSelectionStyle roundedBackgroundStyle]
outline
- 映射为[NSScrubberSelectionStyle outlineOverlayStyle]
none
- Removes all styles.
touchBarScrubber.showArrowButtons
touchBarScrubber.mode
A String
representing the mode of this scrubber. 改变这个值会立刻刷新touch bar内的控件。 可选值:
free
- 映射到NSScrubberModeFree
.
A Boolean
representing whether this scrubber is continuous or not. 改变这个值会立刻刷新touch bar内的控件。