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 like variant and durationMs.

Returns

  • Promise<Notification> – resolves after the notify request is handled.