ExtrasEffect

sealed interface ExtrasEffect : MviEffect(source)

Defines the ExtrasEffect contract for the SDAI presentation layer.

Author

Dmitriy Moroz

Inheritors

Types

Link copied to clipboard
data class ApplyPrompts(val prompt: String, val negativePrompt: String) : ExtrasEffect

Carries ApplyPrompts data through the SDAI presentation layer.

Link copied to clipboard
data object Close : ExtrasEffect

Provides the Close singleton used by the SDAI presentation layer.