A2uiComponentState

sealed interface A2uiComponentState

Known direct subclasses
A2uiComponentState.Error

Indicates that the component failed to resolve, evaluate, or render.

A2uiComponentState.Loading

Indicates that the component's definition and properties are currently loading.

A2uiComponentState.Success

Indicates that the component successfully resolved its definition and properties, and is ready to be emitted into the composition tree.


Represents the state of an A2UI component instance.

Components transition between these states as their payloads are loaded, evaluated, and prepared to be rendered.

Summary

Nested types

Indicates that the component failed to resolve, evaluate, or render.

Indicates that the component's definition and properties are currently loading.

Indicates that the component successfully resolved its definition and properties, and is ready to be emitted into the composition tree.