Theia API Documentation v1.75.0
    Preparing search index...
    interface HistoryTooltipActions {
        copyCommitHash?: () => void;
        openCommit?: () => void;
    }
    Index

    Properties

    copyCommitHash?: () => void

    Invoked when the user clicks the copy action (mirrors VS Code's "Copy Commit Hash" hover command).

    openCommit?: () => void

    Invoked when the user clicks the commit hash (mirrors VS Code's "Open Commit" hover command).