Datalayer VS Code Extension - v0.0.4
    Preparing search index...
    interface InsertYouTubeDialogProps {
        onClose: () => void;
        onInsert: (videoId: string) => void;
    }
    Index

    Properties

    Properties

    onClose: () => void
    onInsert: (videoId: string) => void