File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ export type VscMenuSelectEvent = CustomEvent<{
2525} > ;
2626
2727/**
28- * @fires {CustomEvent } vsc-menu-select - Emitted when a menu item is clicked
28+ * @fires {VscMenuSelectEvent } vsc-menu-select - Emitted when a menu item is clicked
2929 *
3030 * @cssprop --vscode-font-family
3131 * @cssprop --vscode-font-size
Original file line number Diff line number Diff line change @@ -18,6 +18,8 @@ export type VscTabsSelectEvent = CustomEvent<{selectedIndex: number}>;
1818 * @slot header - Slot for tab headers.
1919 * @slot addons - Right aligned area in the header.
2020 *
21+ * @fires {VscTabSelectEvent } vsc-tabs-select - Dispatched when the active tab is changed
22+ *
2123 * @cssprop --vscode-font-family
2224 * @cssprop --vscode-font-size
2325 * @cssprop --vscode-font-weight
You can’t perform that action at this time.
0 commit comments