[UnifiedDocViewer] Add the flyout to the package/plugin #167846
Labels
Feature:UnifiedDocViewer
Issues relating to the unified doc viewer component
impact:low
Addressing this issue will have a low level of impact on the quality/strength of our product.
loe:medium
Medium Level of Effort
refactoring
Team:DataDiscovery
Discover, search (e.g. data plugin and KQL), data views, saved searches. For ES|QL, use Team:ES|QL.
Currently, the unified doc viewer component does not include a flyout. This enables the unified doc viewer to be embedded without the flyout for the single document view. In many other usages, the component is wrapped in a flyout. This issue aims to add flyout support to the document viewer package/plugin.
To enable this, we will add a new parameter,
isFlyoutView
. When true (the default), the unified doc viewer component will be wrapped in a flyout:The flyout is currently implemented in Discover (source). This flyout will be moved into the kbn-unified-doc-viewer package.
The flyout header includes actions that can be taken on a document level. These will become part of the unified doc viewer API.
The text was updated successfully, but these errors were encountered: