OpenNotificationButton type
A type representing a button displayed on the notification toast
type OpenNotificationButton = WorkloadAction<unknown> & {
buttonType?: OpenNotificationButtonType
label?: string
}
このブラウザーはサポートされなくなりました。
Microsoft Edge にアップグレードすると、最新の機能、セキュリティ更新プログラム、およびテクニカル サポートを利用できます。
A type representing a button displayed on the notification toast
type OpenNotificationButton = WorkloadAction<unknown> & {
buttonType?: OpenNotificationButtonType
label?: string
}