3 references to Choice
Aspire.Hosting (2)
ApplicationModel\IInteractionService.cs (1)
124
/// Gets or sets the options for the input. Only used by <see cref="InputType.
Choice
"/> inputs.
Dashboard\DashboardService.cs (1)
200
ApplicationModel.InputType.
Choice
=> InputType.Choice,
Stress.AppHost (1)
InteractionCommands.cs (1)
100
InputType = InputType.
Choice
,