ConsentAction

Types

Link copied to clipboard
data class AddPath(val path: Path) : ConsentAction
Link copied to clipboard
data object Consent : ConsentAction
Link copied to clipboard
data class TextFieldUpdate(val newValue: String, val type: TextFieldType) : ConsentAction
Link copied to clipboard
data object Undo : ConsentAction