|
|
hace 5 meses | |
|---|---|---|
| .. | ||
| src | d92540f08a fixed #10726 (#10733) | hace 5 meses |
| README.md | bbb02f4e64 bundle the clickable-links plugin with Tabby | hace 4 años |
| package.json | d1293c6a89 update author field | hace 9 meses |
| tsconfig.json | 43cd3318da project rename | hace 4 años |
| tsconfig.typings.json | 43cd3318da project rename | hace 4 años |
| webpack.config.mjs | 1e5cfd1d4b bootstrap 5 WIP (#7891) | hace 3 años |
| yarn.lock | fed3c78e79 Bump readable-stream from 4.2.0 to 4.4.0 in /tabby-core | hace 2 años |
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 },
...
]
})