notification/src/notification.types.ts
Options accepted by NotificationService's removeNotification and removeAllNotifications methods.
import { IRemoveNotificationOptions } from '@talenra/components/notification';
Properties |
|
| animated |
animated:
|
Type : boolean
|
| Optional |
|
Whether the removal should be animated. Defaults to true. |