|
|
4 years ago | |
|---|---|---|
| .. | ||
| src | 54411e59ad fix: paper theme sftp color | 4 years ago |
| README.md | bbb02f4e64 bundle the clickable-links plugin with Tabby | 4 years ago |
| package.json | d2ec08e3f8 build updates | 4 years ago |
| tsconfig.json | 43cd3318da project rename | 4 years ago |
| tsconfig.typings.json | 43cd3318da project rename | 4 years ago |
| webpack.config.js | 43cd3318da project rename | 4 years ago |
| yarn.lock | d2ec08e3f8 build updates | 4 years ago |
See also:
This module provides:
Using the API:
import { AppService, TabContextMenuItemProvider } from 'tabby-core'
Exporting your subclasses:
@NgModule({
...
providers: [
...
{ provide: TabContextMenuItemProvider, useClass: MyContextMenu, multi: true },
...
]
})