Services
Services disponibles dans les composants du portail.
Mis à jour
Ce contenu vous a-t-il été utile ?
Ce contenu vous a-t-il été utile ?
function OnClick {
$Config = [AntDesign.NotificationConfig]::new()
$Config.Message = "Title"
$Config.Description = "This is the body of the notification"
$Notification.Open($Config)
}function OnClick {
$Navigation.NavigateTo("/portal/page/name")
}