EditTagEffect

sealed interface EditTagEffect : MviEffect(source)

Defines the EditTagEffect contract for the SDAI presentation layer.

Author

Dmitriy Moroz

Inheritors

Types

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

Carries ApplyPrompts data through the SDAI presentation layer.

Link copied to clipboard
data object Close : EditTagEffect

Provides the Close singleton used by the SDAI presentation layer.