Clase: TouchBarScrubber
Clase: TouchBarScrubber
Crear un depurador (un selector de desplazamiento)
Proceso: Main
Esta clase no está exportada desde el módulo 'electron'
. Sólo está disponible como un valor de retorno de otros métodos en la API de Electron.
new TouchBarScrubber(options)
Propiedades de la instancia
Las siguientes propiedades está disponibles en instancias del depurador de barra tactil
:
touchBarScrubber.items
Un array de ScrubberItem[]
representando los elementos en este depurador. Actualiza este valor inmediatamente actualiza el control de la barra táctil. Mientras se actualicen las propiedades profundas dentro de este arreglo no se actualiza la barra táctil.
touchBarScrubber.selectedStyle
A string
representing the style that selected items in the scrubber should have. Actualiza este valor inmediatamente actualiza el control de la barra táctil. Posibles valores:
background
- Mapa a[NSScrubberSelectionStyle roundedBackgroundStyle]
.outline
- Mapa a[NSScrubberSelectionStyle outlineOverlayStyle]
.none
- Elimina todos los estilos.
touchBarScrubber.overlayStyle
A string
representing the style that selected items in the scrubber should have. This style is overlaid on top of the scrubber item instead of being placed behind it. Actualizar este valor inmediatamente actualiza el control en la barra de herramientas. Posibles valores:
background
- Mapa a[NSScrubberSelectionStyle roundedBackgroundStyle]
.outline
- Mapa a[NSScrubberSelectionStyle outlineOverlayStyle]
.none
- Elimina todos los estilos.
touchBarScrubber.showArrowButtons
A boolean
representing whether to show the left / right selection arrows in this scrubber. Actualizar este valor inmediatamente actualiza el control en el touch bar.
touchBarScrubber.mode
Un string
que representa el modo de este depurador. Actualiza este valor inmediatamente actualiza el control de la barra táctil. Posibles valores:
fijo
- Mapa aNSScrubberModeFixed
.libre
- Mapa aNSScrubberModeFree
.
touchBarScrubber.continuous
Un boolean
que representa si este depurador es continuo o no. Actualiza este valor inmediatamente actualiza el control de la barra táctil.