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

    Props for the InsertLinkDialog component.

    interface InsertLinkDialogProps {
        initialText?: string;
        initialUrl?: string;
        onClose: () => void;
        onInsert: (url: string, text: string) => void;
    }
    Index

    Properties

    initialText?: string
    initialUrl?: string
    onClose: () => void

    Called when the dialog is closed or cancelled.

    onInsert: (url: string, text: string) => void

    Called when the user confirms the link insertion.