Class: TouchBarScrubber
Create a scrubber (a scrollable selector)
Процесс: Main
Этот класс не экспортируется из модуля 'electron'
. Он доступен только в качестве возвращаемого значения других методов в Electron API.
new TouchBarScrubber(options)
options
Object
items
ScrubberItem[] - An array of items to place in this scrubber.
select
Function (optional) - Called when the user taps an item that was not the last tapped item.
selectedIndex
Integer - The index of the item the user selected.
highlight
Function (optional) - Called when the user taps any item.
highlightedIndex
Integer - The index of the item the user touched.
selectedStyle
string (optional) - Selected item style. Can be background
, outline
or none
. Defaults to none
.
overlayStyle
string (optional) - Selected overlay item style. Can be background
, outline
or none
. Defaults to none
.
showArrowButtons
boolean (опционально) - если нужно показать кнопки со стрелками. По умолчанию false
и показывается только если элемент
присутствует.
mode
string (опционально) - Может быть fixed
или free
. The default is free
.
continuous
boolean (опиционально) - по умолчанию true
.
Свойства экземпляра
The following properties are available on instances of TouchBarScrubber
:
touchBarScrubber.items
A ScrubberItem[]
array representing the items in this scrubber. Updating this value immediately updates the control in the touch bar. Updating deep properties inside this array does not update the touch bar.
touchBarScrubber.selectedStyle