Skip to content

VVideoPlayer

Base class for video-player

Props

NameTypeDescription
aria-currentEnum:
page
step
location
date
time
true
false
Indicates the element that represents the current item within a container or set of related elements.
autoplaybooleanAllows the video will play automatically (muted)
loopbooleanAllows the video to loop back to the beginning when finished
playback-ratesstringSets the available playback rates. When an empty string, no choices will be available
posterstringReference to an image which is displayed before the video is played
skip-byEnum:
0
5
10
30
Allows the video to loop back to the beginning when finished
srcstringURL of a video file

Events

NameEvent TypeDescription
blurFocusEventFires when the element loses focus.
clickMouseEventFires when a pointing device button (such as a mouse's primary mouse button) is both pressed and released while the pointer is located inside the element.
endedCustomEvent<undefined>Fired when the video is ended
focusFocusEventFires when the element receives focus.
inputEventFires when the value of an element has been changed.
keydownKeyboardEventFires when a key is pressed.
keyupKeyboardEventFires when a key is released.
pauseCustomEvent<undefined>Fired when the video is paused
playCustomEvent<undefined>Fired when the video is played

Slots

NameDescription
defaultDefault slot