Options
All
  • Public
  • Public/Protected
  • All
Menu

Information about the outlet which embeds a microfrontend.

This object can be obtained from the ContextService using the name OUTLET_CONTEXT.

Beans.get(ContextService).observe$(OUTLET_CONTEXT).subscribe((outletContext: OutletContext) => {
...
});
see

OUTLET_CONTEXT

see

ContextService

Hierarchy

  • OutletContext

Index

Properties

Properties

name: string
uid: string

Generated using TypeDoc