目录

TimeoutType

The timeout behavior of a notification.

type TimeoutType = 'default' | 'never';

Types 

'default' 

The notification is dismissed after the system default timeout.

'never' 

The notification remains visible until explicitly dismissed by the user or the application.