GenerationInputAdvancedOptions
internal fun GenerationInputAdvancedOptions(state: GenerationInputFormState, onEvent: (GenerationInputFormEvent) -> Unit, afterSlidersSection: @Composable () -> Unit)(source)
Renders the GenerationInputAdvancedOptions UI for the SDAI presentation layer.
Author
Dmitriy Moroz
Parameters
state
state rendered or processed by the component.
onEvent
callback invoked by the component.
afterSlidersSection
after sliders section value consumed by the API.