Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface InjectedTabData

The base interface for data injected into tabs. This information is made available for injection to any tab content component trough the NAE_TAB_DATA injection token. If TabContent has the injectedObject defined, then that data is provided as well. Should there be a key conflict in the objects, then values from this interface take precedence and replace the provided data.

Hierarchy

Index

Properties

loadFilter?: Filter
tabClosed$: Observable<void>

stream emits when the tab is closed by any means except for the destruction of the parent component

tabSelected$: Observable<boolean>

true is emitted into this stream when the tab is switched into.

false is emitted into this stream when the tab is switched away from.

tabUniqueId: string

Uniquely identifies the tab within the tab view.

Reference to the parent tab view allowing some control over it from the tab content component.

Generated using TypeDoc