With #239029 we remove references from the embeddable build function so that the Lens by-ref and by-value panels encode their references in state.attributes.references. However, this does not move the actual injection of references.
This task is to move all injection/extraction of references to the server. So there is no concept of references on lens/public code. Such injection includes:
- Text-based and form-based datasources
- Annotation groups
- etc.
Note: An alternative to this effort would be to adopt the new api config natively in Lens as this would affectively move all references to the server.
With #239029 we remove references from the embeddable build function so that the Lens by-ref and by-value panels encode their references in
state.attributes.references. However, this does not move the actual injection of references.This task is to move all injection/extraction of references to the server. So there is no concept of
referencesonlens/publiccode. Such injection includes: