stream emits when the tab is closed by any means except for the destruction of the parent component
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.
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
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 theinjectedObject
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.