RSDChoiceOptionsWithDefault
public protocol RSDChoiceOptionsWithDefault : RSDChoiceOptions
Extend the choice options protocol to allow setting a default value.
-
The default answer (if any) to set for this choice options set.
Declaration
Swift
var defaultAnswer: Any? { get }