Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface InjectedTabbedCaseViewData

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.

tabViewComponent: Type<any>
tabViewOrder: number

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

Generated using TypeDoc