tabby-core
TypeScript icon, indicating that this package has built-in type declarations

1.0.197-nightly.1 • Public • Published

Tabby Core Plugin

See also:

This module provides:

  • tabbed interface services
  • toolbar UI
  • config file management
  • hotkeys
  • tab recovery
  • logging
  • theming

Using the API:

import { AppService, TabContextMenuItemProvider } from 'tabby-core'

Exporting your subclasses:

@NgModule({
  ...
  providers: [
    ...
    { provide: TabContextMenuItemProvider, useClass: MyContextMenu, multi: true },
    ...
  ]
})

/tabby-core/

    Package Sidebar

    Install

    npm i tabby-core

    Weekly Downloads

    313

    Version

    1.0.197-nightly.1

    License

    MIT

    Unpacked Size

    13.5 MB

    Total Files

    77

    Last publish

    Collaborators

    • eugenepankov