DuckDB Terminal - v0.4.2
    Preparing search index...

    Interface SharingModalEvents

    Events emitted by the sharing modal

    interface SharingModalEvents {
        onCopy?: (url: string) => void;
        onDismiss?: () => void;
    }
    Index

    Properties

    Properties

    onCopy?: (url: string) => void

    Called when queries are successfully copied to clipboard

    onDismiss?: () => void

    Called when the modal is dismissed (ESC, backdrop click, or close button)