Type Alias OuterContainerObservable

OuterContainerObservable: { container: HTMLElement }

All charts and dialogs have this as an observable property that can be passed to createMdvPortal to allow access to the container they should render things like which allows Mobx Observer components to useOuterContainer for access to the container they should render things like tooltips and dropdowns into.

Type declaration

  • container: HTMLElement