interface
SelectOption
type SelectOption interface {
Option
selectOption()
}Options accepted by Select and Radio.
OptionOption- The Option value.
Only option values returned by this package implement the sealed marker. The narrow interface makes incompatible builder options a compile-time error.