Alert
Alert component for Universal Dashboard.
Last updated
Alert component for Universal Dashboard.
Last updated
Alerts provide a simple way to communicate information to a user.
Alerts have four different severities and can include text or other content.
Alerts can contain any component and also a title.
New-UDAlert
Name
Type
Description
Required
Id
string
The ID of this component.
False
Severity
string
The type of alert to display.
False
Content
ScriptBlock
Custom alert content to display.
False
Text
string
Text to display within the alert.
False
Title
string
The title of the alert.
False