mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-30 09:35:39 -05:00
add option to show link icon (#13506)
This commit is contained in:
6
src/sql/azdata.proposed.d.ts
vendored
6
src/sql/azdata.proposed.d.ts
vendored
@@ -270,11 +270,15 @@ declare module 'azdata' {
|
||||
|
||||
export interface HyperlinkComponent {
|
||||
/**
|
||||
* An event called when the text is clicked
|
||||
* An event called when the hyperlink is clicked
|
||||
*/
|
||||
onDidClick: vscode.Event<any>;
|
||||
}
|
||||
|
||||
export interface HyperlinkComponentProperties {
|
||||
showLinkIcon?: boolean;
|
||||
}
|
||||
|
||||
export interface DeclarativeTableColumn {
|
||||
headerCssStyles?: CssStyles;
|
||||
rowCssStyles?: CssStyles;
|
||||
|
||||
Reference in New Issue
Block a user