Services
Services available in portal components.
Last updated
Was this helpful?
Was this helpful?
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")
}