OpenNotificationButton type
A type representing a button displayed on the notification toast
type OpenNotificationButton = WorkloadAction<unknown> & {
buttonType?: OpenNotificationButtonType
label?: string
}
Este browser já não é suportado.
Atualize para o Microsoft Edge para tirar partido das mais recentes funcionalidades, atualizações de segurança e de suporte técnico.
Nota
O acesso a esta página requer autorização. Pode tentar iniciar sessão ou alterar os diretórios.
O acesso a esta página requer autorização. Pode tentar alterar os diretórios.
A type representing a button displayed on the notification toast
type OpenNotificationButton = WorkloadAction<unknown> & {
buttonType?: OpenNotificationButtonType
label?: string
}