ValueChoice

data class ValueChoice<Value>(val value: Value) : HintChoice<Value>

A hint choice that sets a specific value when selected.

Parameters

value

The value to set when this choice is selected

Constructors

Link copied to clipboard
constructor(value: Value)

Properties

Link copied to clipboard