YouTubeBlock Type — supabase Architecture
Architecture documentation for the YouTubeBlock type/interface in payload-types.ts from the supabase codebase.
Entity Profile
Source Code
apps/cms/src/payload-types.ts lines 1655–1663
export interface YouTubeBlock {
/**
* Enter the YouTube video ID (e.g., "dQw4w9WgXcQ" from https://www.youtube.com/watch?v=dQw4w9WgXcQ)
*/
youtubeId: string;
id?: string | null;
blockName?: string | null;
blockType: 'youtube';
}
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free