isAtBottom() — supabase Function Reference
Architecture documentation for the isAtBottom() function in QueueDataGrid.tsx from the supabase codebase.
Entity Profile
Dependency Diagram
graph TD 39b637d9_e1cb_6c8d_69a7_7f57cd3f55fd["isAtBottom()"] ddb9ff76_efb6_6895_7d90_1c8b9205159a["QueueMessagesDataGrid()"] ddb9ff76_efb6_6895_7d90_1c8b9205159a -->|calls| 39b637d9_e1cb_6c8d_69a7_7f57cd3f55fd style 39b637d9_e1cb_6c8d_69a7_7f57cd3f55fd fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
apps/studio/components/interfaces/Integrations/Queues/SingleQueue/QueueDataGrid.tsx lines 23–25
function isAtBottom({ currentTarget }: UIEvent<HTMLDivElement>): boolean {
return currentTarget.scrollTop + 10 >= currentTarget.scrollHeight - currentTarget.clientHeight
}
Domain
Subdomains
Called By
Source
Frequently Asked Questions
What does isAtBottom() do?
isAtBottom() is a function in the supabase codebase.
What calls isAtBottom()?
isAtBottom() is called by 1 function(s): QueueMessagesDataGrid.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free