Youtube Player
Overview
A visible component that plays YouTube videos.
Component Properties
| Property | Description |
|---|---|
| video id | The YouTube video ID can be found in the video URL. i.e.; https://www.youtube.com/watch?v=qk13VynGsuk in this URL qk13VynGsuk part is video id. |
| autoplay | If enabled the YouTube video automatically starts playing when the video is loaded. |
Blocks
Properties
video id
Accepts: String
sets the video ID of the YouTube player
loading block...
video id
Returns: String
gets the video ID of the YouTube player
loading block...
hide
Accepts: Boolean
Hides the component if the input is true and shows it if the input is false
loading block...
hidden
Returns: Boolean
Returns true if the component is hidden and false if it is not
loading block...