-
Notifications
You must be signed in to change notification settings - Fork 8.5k
Closed
Labels
Feature:DrilldownsEmbeddable panel DrilldownsEmbeddable panel DrilldownsFeature:EmbeddingEmbedding content via iFrameEmbedding content via iFrame
Description
- Add action factory registry to
ui_actionse145241 Drilldown factory #59823- Action factories should implement
Presentableinterface
- Action factories should implement
-
Add. "revive" was added to.revive()(or.createAction) method toUiActionsService, which constructs an instance of an action from its serialized formDynamicActionManagerinstead. Drilldown events 3 #59854
"Destinations registry" is a virtual registry, in reality we will re-use actions registry to store all drilldown destinations. UI actions that have type set to {type: 'destination'} are said to be "destinations" and subset of all actions in actions registry with {type: 'destination'} is "destinations registry". Those actions will also be of type IDynamicActionFactory.
Any plugin can register any number of possible destinations. This destination list is presented to the user when configuring a drilldown.
-
Extend.ui_actionsplugin to allow filtering actions bytype -
Make suretypeis used correctly in all existing action implementations. (for example, that nobody usesdestinationtype or in some other incorrect way.)
Parent issue: #55349
Metadata
Metadata
Labels
Feature:DrilldownsEmbeddable panel DrilldownsEmbeddable panel DrilldownsFeature:EmbeddingEmbedding content via iFrameEmbedding content via iFrame