NoticeBox() — supabase Function Reference
Architecture documentation for the NoticeBox() function in ChooseFunctionForm.tsx from the supabase codebase.
Entity Profile
Relationship Graph
Source Code
apps/studio/components/interfaces/Database/Triggers/ChooseFunctionForm.tsx lines 73–90
const NoticeBox = () => {
const { ref } = useParams()
return (
<div className="px-6">
<InformationBox
icon={<HelpCircle size="20" strokeWidth={1.5} />}
title="Only functions that return a trigger will be displayed below"
description={`You can make functions by using the Database Functions`}
button={
<Button asChild type="default">
<Link href={`/project/${ref}/database/functions`}>Go to Functions</Link>
</Button>
}
/>
</div>
)
}
Domain
Subdomains
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free