File

core/tabs/tab.model.ts

Description

An tab allows to switch routes on a page.

Index

Properties

Properties

component
component: Type<any>
Type : Type<any>
Optional

Angular component (can be used to add any component inside the list item of the tabs)

featureId
featureId: string
Type : string
Optional

Id to identify specific feature tab.

hide
hide: boolean
Type : boolean
Optional

Hide tab (optional)

icon
icon: string
Type : string
Optional

The icon to show on this tab (optional)

label
label: string
Type : string

The label to show for that tab.

orientation
orientation: "horizontal" | "vertical"
Type : "horizontal" | "vertical"
Optional

Alignment for tabs (optional)

path
path: string
Type : string
Optional

The angular route path to navigate to on click.

priority
priority: number
Type : number
Optional

Ordering of the tabs (high number first) (optional)

template
template: ViewContainerRef
Type : ViewContainerRef
Optional

Angular template used for Content Projection (optional)

results matching ""

    No results matching ""