Package-level declarations

Functions

Link copied to clipboard
fun InfoDialog(state: UseCaseState, selection: InfoSelection, header: Header? = null, body: InfoBody, properties: DialogProperties = DialogProperties())

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

Link copied to clipboard
fun InfoPopup(state: UseCaseState, selection: InfoSelection, header: Header? = null, body: InfoBody, alignment: Alignment = Alignment.TopStart, offset: IntOffset = IntOffset(0, 0), properties: PopupProperties = PopupProperties())

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

Link copied to clipboard
fun InfoView(useCaseState: UseCaseState, selection: InfoSelection, header: Header? = null, body: InfoBody)

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