3 references to Number
Aspire.Hosting (1)
Dashboard\DashboardService.cs (1)
203
Aspire.Hosting.InputType.
Number
=> Aspire.DashboardService.Proto.V1.InputType.Number,
Publishers.AppHost (1)
DistributedApplicationBuilderExtensions.cs (1)
168
InputType = InputType.
Number
,
Stress.AppHost (1)
InteractionCommands.cs (1)
127
var numberOfPeopleInput = new InteractionInput { InputType = InputType.
Number
, Label = "Number of people", Placeholder = "Enter number of people", Value = "2", Required = true };