The task is about exposing parentApi on the Lens API as other embeddables are doing already.
A possible use case for this request is to check/read the dashboard context when adding a new action to Lens panel (i.e. are there other panels with similar configs/context/filters/etc...? )
A possible extra would be to define this parentApi key prop as mandatory (with undefined possible value) for all embeddables api and align all of them to this new requirement.
Describe the feature:
The task is about exposing
parentApi
on the Lens API as other embeddables are doing already. A possible use case for this request is to check/read the dashboard context when adding a new action to Lens panel (i.e. are there other panels with similar configs/context/filters/etc...? )A possible extra would be to define this
parentApi
key prop as mandatory (withundefined
possible value) for all embeddables api and align all of them to this new requirement.