Expand description
The set of property names that hold component references.
Rust has no runtime catalog schema (unlike Python, which derives these from
JSON Schema via CatalogSchemaValidator.extract_ref_fields()). We hardcode
the a2ui-standard reference fields here:
child(single),activeTab(single)children(list: either aStaticarray of ids, or aTemplate{componentId, path}whosecomponentIdis a component reference).
This matches what ComponentModel::child() / children() already look at,
and what the v0.9-flat samples use.
Structsยง
- RefField
Spec - Specification of which property keys carry component references.