This component represents a scheduled supabase function call. It allows users to specify the function name, headers, body, and date for the function call.
Props
Prop
Description
functionName
The name of the function to be called.
headers
Optional headers to be included in the function call.
body
Optional body data to be sent with the function call.
date
The date and time at which the function call should be scheduled.
Slots
Slot
Description
default
The default slot receives the payload, error, and functions client as props.
loading
The loading slot is rendered when the function call is being processed.