InputDialog

fun InputDialog(state: UseCaseState, selection: InputSelection, config: InputConfig = InputConfig(), header: Header? = null, properties: DialogProperties = DialogProperties())

Info dialog for the use-case to display simple information.

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.