Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface InjectedTabbedTaskViewData

Hierarchy

Index

Properties

allowedNets?: string[]

Identifiers of the allowed nets. Allowed nets have no effect on the inner working of the task view at large. But search interface uses them to generate the autocomplete data. So by not providing the nets, task search will be severely limited.

baseFilter: Filter
initiallyOpenOneTask?: boolean
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