Options
All
  • Public
  • Public/Protected
  • All
Menu

Class TimelineContribution

Hierarchy

  • TimelineContribution

Implements

  • CommandContribution
  • TabBarToolbarContribution

Index

Constructors

constructor

Properties

Protected Readonly commandRegistry

commandRegistry: CommandRegistry

Protected Readonly shell

shell: ApplicationShell

Protected Readonly tabBarToolbar

tabBarToolbar: TabBarToolbarRegistry

Protected Readonly timelineService

timelineService: TimelineService

Private Readonly toolbarItem

toolbarItem: { command: string; icon: string; id: string; tooltip: string } = ...

Type declaration

  • command: string
  • icon: string
  • id: string
  • tooltip: string

Protected Readonly widgetManager

widgetManager: WidgetManager

Static Readonly LOAD_MORE_COMMAND

LOAD_MORE_COMMAND: Command = ...

Methods

Private checkWidget

  • checkWidget<T>(widget: Widget, cb: () => T): false | T

registerCommands

  • registerCommands(commands: CommandRegistry): void

registerToolbarItems

  • registerToolbarItems(registry: TabBarToolbarRegistry): void