Ant Design Notification に基づいたグローバル通知 API です。ページの右上に通知パネルを表示するために使用されます。ctx.message と比較して、通知にはタイトルと説明を含めることができ、長時間表示させたい場合やユーザーの注意を引く必要がある内容に適しています。
ctx.message
notification: NotificationInstance;
NotificationInstance は Ant Design の notification インターフェースであり、以下のメソッドを提供します。
NotificationInstance