ComponentTypeStatus

data class ComponentTypeStatus(val error: Either<Any, ComponentTypeStatusErrorProperties>? = null, val state: ComponentTypeStatusState? = null)

Constructors

Link copied to clipboard
constructor(error: Either<Any, ComponentTypeStatusErrorProperties>? = null, state: ComponentTypeStatusState? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The component type error.

Link copied to clipboard

The component type status state.