options

@Composable
abstract fun options(options: List<StringPair>?)

Set the list of options (value to label pairs).


abstract val options: List<StringPair>?

The list of options (value to label pairs).