Package-level declarations
Functions
Link copied to clipboard
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.
Link copied to clipboard
fun OptionPopup(state: UseCaseState, selection: OptionSelection, config: OptionConfig = OptionConfig(), header: Header? = null, alignment: Alignment = Alignment.TopStart, offset: IntOffset = IntOffset(0, 0), properties: PopupProperties = PopupProperties())
Option popup for the use-case to display a list or grid of options.
Link copied to clipboard
fun OptionView(useCaseState: UseCaseState, selection: OptionSelection, config: OptionConfig = OptionConfig(), header: Header? = null)
Option view for the use-case to display a list or grid of options.