Urgency
The urgency level of a notification. Available only on Linux.
type Urgency = 'low' | 'normal' | 'critical';
Types
'low'
Low priority. The notification may not alert the user.
'normal'
Default priority.
'critical'
High priority. The notification may bypass Do Not Disturb.