name | String | Sets the name of the component. |
as-module | Boolean | Specifies whether the initialization script of the component will be rendered as a JavaScript module. |
is-in-client-template | Boolean | When placing a Tag Helper within a Kendo Template, set the type to text/html and add the is-in-client-template="true" attribute. |
deferred | Boolean | Suppress initialization script rendering. Note that this options should be used in conjunction with DeferredScripts method. |
auto-play | Boolean | If set to true, the widget will start playing the video or videos after initializing. |
auto-repeat | Boolean | If set to true, the widget will start playing the video or videos after initializing. |
forward-seek | Boolean | If set to false, the user will be prevented from seeking the video forward. |
full-screen | Boolean | If set to true, the widget will enter fullscreen mode. |
mute | Boolean | If set to true, the video will be played without sound. |
navigatable | Boolean | If set to true, the option enables the keyboard navigation for the widget. |
on-end | String | The name of the JavaScript function that will handle the end event. Fires when the media finishes playing.The event handler function context (available via the this keyword) will be set to the widget instance. |
on-pause | String | The name of the JavaScript function that will handle the pause event. Fires when the media is paused.The event handler function context (available via the this keyword) will be set to the widget instance. |
on-play | String | The name of the JavaScript function that will handle the play event. Fires when the media begins playing.The event handler function context (available via the this keyword) will be set to the widget instance. |
on-ready | String | The name of the JavaScript function that will handle the ready event. Fires when loading is over and the widget is ready to start playing the media.The event handler function context (available via the this keyword) will be set to the widget instance. |
on-time-change | String | The name of the JavaScript function that will handle the timeChange event. Fires when the user selects a new play time.The event handler function context (available via the this keyword) will be set to the widget instance. |
on-volume-change | String | The name of the JavaScript function that will handle the volumeChange event. This event is fired upon changing the volume level.The event handler function context (available via the this keyword) will be set to the widget instance. |
script-attributes | IDictionary<String,Object> | Sets the attributes that will be added to the script tag of the component's initialization script. |
volume | Double | A value between 0 and 100 that specifies the volume of the video. |