Search
Search
notify
notify
notify
Display a notification message
await framer.notify(message, options)
Parameters
message: string– The message to display to the user. The message will be truncated if longer than 120 characters.options?: NotifyOptions | undefined– Options likevariantanddurationMs.
Returns
Promise<Notification>– resolves after the notify request is handled.