Version: 5.x
vm-playback-control
A control for toggling the playback state (play/pause) of the current media.
Visual#

Usage#
- HTML
 - React
 - Vue
 - Svelte
 - Stencil
 - Angular
 
example.vue
example.svelte
example.html
Properties#
| Property | Description | Type | Default | 
|---|---|---|---|
hideTooltip | Whether the tooltip should not be displayed. | boolean | false | 
icons | The name of an icon library to use. Defaults to the library defined by the icons player property. | string ∣ undefined | undefined | 
keys | A slash (/) separated string of JS keyboard keys (KeyboardEvent.key), that when caught in a keydown event, will trigger a click event on the control. | string ∣ undefined | 'k' | 
pauseIcon | The name of the pause icon to resolve from the icon library. | string | 'pause' | 
playIcon | The name of the play icon to resolve from the icon library. | string | 'play' | 
tooltipDirection | The direction in which the tooltip should grow. | "left" ∣ "right" ∣ undefined | undefined | 
tooltipPosition | Whether the tooltip is positioned above/below the control. | "bottom" ∣ "top" | 'top' |