ChildListA2uiProperty

sealed class ChildListA2uiProperty : A2uiProperty


A property representing a structural list of child components.

This unique property type delegates its resolution to the component rendering scope, transforming either static lists or dynamic data-model list templates into an actionable list of A2uiComponentReference items linked to individual data contexts.

Summary

Protected constructors

Inherited properties

From androidx.a2ui.compose.runtime.A2uiProperty
abstract Boolean

Indicates whether the agent is strictly required to provide this property.

abstract String

The key of the property as it appears in the A2UI protocol payload.

abstract A2uiSchema

The underlying A2uiSchema definition describing this property to the agent.

Protected constructors

ChildListA2uiProperty

protected ChildListA2uiProperty()