Skip to content
On this page

Home > @plaidev/karte-action-sdk > YoutubeProps

YoutubeProps type

Signature:

typescript
type YoutubeProps = CommonProps & BorderProps & {
    videoId?: string;
    loop?: boolean;
    autoplay?: boolean;
    mute?: boolean;
    controls?: boolean;
    showInfo?: boolean;
    showSubtitle?: boolean;
    showFullScreen?: boolean;
    showRelatedMovies?: boolean;
    // styles
    shape?: keyof typeof IMAGE_ROUND_SHAPE;
    width?: Properties["width"];
};

References: CommonProps, BorderProps, IMAGE_ROUND_SHAPE