Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/getsentry/sentry
/ Props
Interface
Props
static/app/components/strictClick.tsx:7–9 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5
};
6
7
interface Props<T extends HTMLElement> extends ClickProps<T> {
8
children: React.ReactElement;
9
}
10
11
/**
12
* Does not fire the onclick event if the mouse has moved outside of the
Callers
nothing calls this directly
Implementers
2
Samples
static/app/views/dashboards/widgets/ti
Bars
static/app/views/dashboards/widgets/ca
Calls
no outgoing calls
Tested by
no test coverage detected