Property SelectedValue
- Namespace
- DisCatSharp.Entities
- Assembly
- DisCatSharp.dll
SelectedValue
The submitted value. Present on modal submit interactions.
[JsonProperty("value", NullValueHandling = NullValueHandling.Ignore)]
public string? SelectedValue { get; }