|
|
2 years ago | |
|---|---|---|
| .. | ||
| src | 1e9f5ca1dc bumped xterm to 5.2 | 2 years ago |
| README.md | bbb02f4e64 bundle the clickable-links plugin with Tabby | 3 years ago |
| package.json | fed3c78e79 Bump readable-stream from 4.2.0 to 4.4.0 in /tabby-core | 2 years ago |
| tsconfig.json | 43cd3318da project rename | 4 years ago |
| tsconfig.typings.json | 43cd3318da project rename | 4 years ago |
| webpack.config.mjs | 1e5cfd1d4b bootstrap 5 WIP (#7891) | 2 years ago |
| yarn.lock | fed3c78e79 Bump readable-stream from 4.2.0 to 4.4.0 in /tabby-core | 2 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 },
...
]
})