Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface InjectedTabbedCaseViewDataWithNavigationItemTaskData

A variation of {@link InjectedTabbedCaseViewData} that contain the task data of a navigation item task.

It is used to resolve filter and visual attributes of dynamic navigation views

Hierarchy

  • InjectedTabbedCaseViewData
    • InjectedTabbedCaseViewDataWithNavigationItemTaskData

Index

Properties

caseViewAllowTableMode: boolean
caseViewDefaultHeadersMode: string
caseViewHeadersChangeable: boolean
caseViewHeadersMode: string[]
caseViewSearchTypeConfiguration: SearchComponentConfiguration
caseViewShowMoreMenu: boolean
loadFilter?: Filter
navigationItemTaskData: DataGroup[]
newCaseButtonConfiguration: NewCaseCreationConfigurationData
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
tabViewRef: OpenedTabViewInterface

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

taskViewAdditionalAllowedNets: string[]
taskViewAdditionalFilter: SimpleFilter
taskViewAllowTableMode: boolean
taskViewDefaultHeadersMode: string
taskViewHeadersChangeable: boolean
taskViewHeadersMode: string[]
taskViewMergeWithBaseFilter: boolean
taskViewSearchTypeConfiguration: SearchComponentConfiguration
taskViewShowMoreMenu: boolean

Generated using TypeDoc