GenerationImageBatchResultModal
fun ColumnScope.GenerationImageBatchResultModal(results: List<AiGenerationResult>, showSaveButton: Boolean = false, onSaveRequest: () -> Unit = {}, onViewDetailRequest: (AiGenerationResult) -> Unit = {})(source)
Renders the GenerationImageBatchResultModal UI for the SDAI presentation layer.
Author
Dmitriy Moroz
Parameters
results
results value consumed by the API.
showSaveButton
show save button value consumed by the API.
onSaveRequest
callback invoked by the component.
onViewDetailRequest
callback invoked by the component.