MCPcopy Index your code
hub / github.com/vercel/hyper / addNotificationMessage

Function addNotificationMessage

lib/actions/notifications.ts:11–18  ·  view source on GitHub ↗
(text: string, url: string | null = null, dismissable = true)

Source from the content-addressed store, hash-verified

9}
10
11export function addNotificationMessage(text: string, url: string | null = null, dismissable = true): HyperActions {
12 return {
13 type: NOTIFICATION_MESSAGE,
14 text,
15 url,
16 dismissable
17 };
18}

Callers 1

index.tsxFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected