OptionDialog

fun OptionDialog(state: UseCaseState, selection: OptionSelection, config: OptionConfig = OptionConfig(), header: Header? = null, properties: DialogProperties = DialogProperties())

Option dialog for the use-case to display a list or grid of options.

Parameters

state

The state of the sheet.

selection

The selection configuration for the dialog.

config

The general configuration for the dialog.

header

The header to be displayed at the top of the dialog.

properties

DialogProperties for further customization of this dialog's behavior.