ReportRowAction

data class ReportRowAction(val label: String, val icon: ImageVector? = null, val action: ReportActionContext.() -> Unit)

Definiuje pojedynczą akcję, która może być wykonana na wierszu raportu.

Parameters

label

Tekst, który pojawi się w menu.

icon

Opcjonalna ikona dla pozycji w menu.

action

Logika do wykonania, otrzymuje ReportActionContext.

Constructors

Link copied to clipboard
constructor(label: String, icon: ImageVector? = null, action: ReportActionContext.() -> Unit)

Properties

Link copied to clipboard
Link copied to clipboard
val icon: ImageVector?
Link copied to clipboard