zero.appdocs

VideoPlayer

Presentations v1.0 zero-schema

No description provided.

Missing descriptions: Url.

Required fields

PresentationType Url

Properties

PresentationType string required
VideoPlayer allows to play videos in system with controls for playback, pause, and seeking, as well as options for looping and displaying custom controls.
Allowed VideoPlayer
Url string required
No description
Default "The URL of the video to be played by the player. This is a required property"
Width number optional
The width of the video player in pixels
Height number optional
The height of the video player in pixels.
Loop boolean optional
A boolean value indicating whether the video should loop playback when it reaches the end.
Default false
ProgressBar.Color string optional
The color of the progress bar in the video player represented with color name or hex value
Default "#FF0000"
ProgressBar.BufferedColor string optional
The color of the buffered part of the progress bar represented with color name or hex value
Default "#CCCCCC"
ProgressBar.BackgroundColor string optional
The background color of the progress bar represented with color name or hex value
Default "#000000"

Studio editor metadata

Shapes the studio editor; not enforced at runtime.

ProgressBar.Color
{
  "OnChange": {
    "To": "{{ Id }}",
    "Handler": "Whisper"
  },
  "InitialValue": "{{ Value }}",
  "DisplayText": "ProgressBar.Color",
  "PresentationType": "ColorPicker"
}
ProgressBar.BufferedColor
{
  "OnChange": {
    "To": "{{ Id }}",
    "Handler": "Whisper"
  },
  "InitialValue": "{{ Value }}",
  "DisplayText": "ProgressBar.BufferedColor",
  "PresentationType": "ColorPicker"
}
ProgressBar.BackgroundColor
{
  "OnChange": {
    "To": "{{ Id }}",
    "Handler": "Whisper"
  },
  "InitialValue": "{{ Value }}",
  "DisplayText": "ProgressBar.BackgroundColor",
  "PresentationType": "ColorPicker"
}