5 references to Entry
Aspire.Dashboard (4)
Components\Dialogs\NotificationEntryComponent.razor.cs (4)
22
private string IntentClass =>
Entry
.Intent switch
30
private Icon Icon =>
Entry
.Intent switch
38
private Color IconColor =>
Entry
.Intent switch
53
if (
Entry
.PrimaryAction is { } primaryAction)
Aspire.Dashboard.Components.Tests (1)
Dialogs\NotificationEntryComponentTests.cs (1)
44
.Add(component => component.
Entry
, entry)