ExtrasScreen

fun ExtrasScreen(prompt: String, negativePrompt: String, type: ExtraType, onNewPrompts: (String, String) -> Unit, onClose: () -> Unit)(source)

Renders the ExtrasScreen UI for the SDAI presentation layer.

Author

Dmitriy Moroz

Parameters

prompt

positive prompt text for image generation.

negativePrompt

negative prompt text for image generation.

type

type value consumed by the API.

onNewPrompts

callback invoked by the component.

onClose

callback invoked by the component.