Options
All
  • Public
  • Public/Protected
  • All
Menu

Class SfTabDirective

The sfTab directive Represents a single tab The attribute for this directive is sfTab

Hierarchy

  • SfTabDirective

Index

Constructors

constructor

  • Parameters

    • templateRef: TemplateRef<any>

    Returns SfTabDirective

Properties

componentData

componentData: ComponentData

Sets componentData of the component, which should be loaded in the tab

count

count: number

A number, which is added as a badge, next to the tab title

look

look: string

Sets the css modifiers of the tab

name

name: string

The name of the tab Used to determine if the tab is currently selected

tabClick

tabClick: EventEmitter<any> = new EventEmitter()

Tab clicked emitter

templateRef

templateRef: TemplateRef<any>

title

title: string

The title of the tab

Generated using TypeDoc