Skip to content

ElectronTouchBarScrubberConstructorOptions.select method

ElectronTouchBarScrubberConstructorOptions › select

Unofficial

Callback invoked when the user taps an item that was not the last tapped item.

Signature:

select(selectedIndex: number): void

Parameters:

Parameter Type Description
selectedIndex number

Returns: void