kibana/x-pack/examples/ui_actions_enhanced_examples/public/drilldowns
Nathan Reese 05916056cd
[embeddable] make presentation interface names consistent (#205279)
PR cleans up presentation interface names for consistentency
* adds `$` suffix to all observables. For example, `dataLoading` =>
`dataLoading$`
* removes `Panel` naming convention from interface names since an api
may not be a panel, an api may be a dashboard. For example,
`PublisesPanelTitle` => `PublishesTitle`

#### Note to Reviewers
Pay special attention to any place where your application creates an
untyped API. In the example below, there is no typescript violation when
the parent returns `dataLoading` instead of `dataLoading$` since the
parent is not typed as `PublishesDataLoading`. Please check for
instances like these.

```
<ReactEmbeddableRenderer
  getParentApi={() => {
    dataLoading: new BehaviorSubject()
  }}
/>
```

---------

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
2025-01-22 10:46:01 -06:00
..
app1_hello_world_drilldown Remove UiComponent and related code (#148037) 2023-01-09 15:34:33 -07:00
app1_to_dashboard_drilldown
app2_to_dashboard_drilldown
dashboard_hello_world_drilldown Remove UiComponent and related code (#148037) 2023-01-09 15:34:33 -07:00
dashboard_hello_world_only_range_select_drilldown Remove UiComponent and related code (#148037) 2023-01-09 15:34:33 -07:00
dashboard_to_discover_drilldown [embeddable] make presentation interface names consistent (#205279) 2025-01-22 10:46:01 -06:00