触摸板清理 | TouchBarScrubber
Class: TouchBarScrubber
创建一个scrubber(一个可滚动的选择器)
过程:主
new TouchBarScrubber(options) Experimental
options
目的
- `highlight` Function - Called when the user taps any item
- `highlightedIndex` Integer - The index of the item the user touched
- `selectedStyle` String - Selected item style. Defaults to `null`.
- `overlayStyle` String - Selected overlay item style. Defaults to `null`.
- `showArrowButtons` Boolean - Defaults to `false`.
- `mode` String - Defaults to `free`.
- `continuous` Boolean - Defaults to `true`.
实例属性
以下属性可用于以下实例TouchBarScrubber
:
touchBarScrubber.items
ScrubberItem[]
表示此清理程序中项目的数组。更新此值立即更新触摸栏中的
控件。更新此阵列中的
深层属性不会更新触摸栏
。
touchBarScrubber.selectedStyle
一个String
表示选择在洗涤器的项目应具备的风格。更新此值立即更新触摸栏中的控件。可能的值:
background
- 映射到[NSScrubberSelectionStyle roundedBackgroundStyle]
touchBarScrubber.overlayStyle
一个String
表示选择在洗涤器的项目应具备的风格。这种风格覆盖在洗涤器物品的顶部,而不是放在它后面。更新此值立即更新触摸栏中的控件。可能的值:
background
- 映射到[NSScrubberSelectionStyle roundedBackgroundStyle]
touchBarScrubber.showArrowButtons
Boolean
表示是否在此洗涤器中显示左/右选择箭头。更新此值立即更新触摸栏中的控件。
touchBarScrubber.mode
String
表示该洗涤器的模式。更新此值立即更新触摸栏中的控件。可能的值:
fixed
- 映射到NSScrubberModeFixed
touchBarScrubber.continuous
Boolean
表示该洗涤器是否连续。更新此值立即更新触摸栏中的控件。