Struct RadioGroupOption
- Namespace
- Discord
- Assembly
- Discord.Net.Core.dll
Represents an option for a RadioGroup component.
public readonly struct RadioGroupOption
- Inherited Members
Properties
Description
Gets the description of the option.
public string Description { get; }
Property Value
Remarks
null if no description is set.
IsDefault
Gets a value indicating whether the option is selected by default.
public bool? IsDefault { get; }
Property Value
- bool?
Label
Gets the label of the option.
public string Label { get; }
Property Value
Value
Gets the value of the option.
public string Value { get; }