videosphere
    Preparing search index...
    interface YouTubeEmbedPreviewPlayerProps {
        youtubeVideoId: string;
        playerRef?: RefObject<YouTubePlayerHandle>;
    }
    Index

    Properties

    youtubeVideoId: string

    YouTube video id to preview.

    playerRef?: RefObject<YouTubePlayerHandle>

    Optional ref receiving imperative playback controls.