Package-level declarations
Functions
Link copied to clipboard
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.
Link copied to clipboard
fun InputPopup(state: UseCaseState, selection: InputSelection, config: InputConfig = InputConfig(), header: Header? = null, alignment: Alignment = Alignment.TopStart, offset: IntOffset = IntOffset(0, 0), properties: PopupProperties = PopupProperties())
Input popup for the use-case to display simple information.
Link copied to clipboard
fun InputView(useCaseState: UseCaseState, selection: InputSelection, config: InputConfig = InputConfig(), header: Header? = null)
Info view for the use-case to display simple information.