ChoiceOptionWrapper
Inheritors
Types
Link copied to clipboard
Link copied to clipboard
class Integer constructor(displayName: Key, description: Key, body: suspend IntegerOptionBuilder.() -> Unit) : ChoiceOptionWrapper<IntegerOptionBuilder, Long>
Link copied to clipboard
class Number constructor(displayName: Key, description: Key, body: suspend NumberOptionBuilder.() -> Unit) : ChoiceOptionWrapper<NumberOptionBuilder, Double>
Link copied to clipboard
class String constructor(displayName: Key, description: Key, body: suspend StringChoiceBuilder.() -> Unit) : ChoiceOptionWrapper<StringChoiceBuilder, String>