Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ScrollableTabBar

A specialized tab bar for the main and bottom areas.

Hierarchy

Index

Constructors

constructor

Properties

Private Optional pendingReveal

pendingReveal: Promise<void>

Protected Optional scrollBar

scrollBar: PerfectScrollbar

Private scrollBarFactory

scrollBarFactory: () => PerfectScrollbar

Type declaration

    • (): PerfectScrollbar
    • Returns PerfectScrollbar

Protected Readonly toDispose

toDispose: DisposableCollection = ...

Accessors

Protected scrollbarHost

  • get scrollbarHost(): HTMLElement

Methods

dispose

  • dispose(): void

Protected onAfterAttach

  • onAfterAttach(msg: Message): void

Protected onBeforeDetach

  • onBeforeDetach(msg: Message): void

Protected onResize

  • onResize(msg: ResizeMessage): void

Protected onUpdateRequest

  • onUpdateRequest(msg: Message): void

revealTab

  • revealTab(index: number): Promise<void>