Datalayer VS Code Extension - v0.0.17
    Preparing search index...

    Props for the InsertYouTubeDialog component.

    interface InsertYouTubeDialogProps {
        onClose: () => void;
        onInsert: (videoId: string) => void;
    }
    Index

    Properties

    Properties

    onClose: () => void

    Called when the dialog is closed or cancelled.

    onInsert: (videoId: string) => void

    Called when the user confirms the YouTube video insertion.