Blueprint Descriptors
Package: vyuh_entity_blueprint_types
Descriptors let one module contribute facets, fields, actions, rules, UI hints, DB hints, and projection metadata to an entity type defined by another module. The effective entity appears only after Blueprint.bootstrap().
What To Inspect
| Package area | Source |
|---|---|
| Descriptor model | packages/vyuh_entity_blueprint_types/lib/src/descriptors/entity_descriptor.dart |
| Assembly | packages/vyuh_entity_blueprint_types/lib/src/assembly/entity_assembler.dart |
| Origin graph | packages/vyuh_entity_blueprint_types/lib/src/assembly/entity_origin_graph.dart |
| Tests | packages/vyuh_entity_blueprint_types/test/entity_descriptor_assembly_test.dart |