options

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

Set the list of options.


abstract val options: List<String>?

The list of options.