mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-26 01:25:38 -05:00
add link area support for text component (#4103)
* add link area support for text component * add comment for localizable resources * address comments
This commit is contained in:
6
src/sql/sqlops.proposed.d.ts
vendored
6
src/sql/sqlops.proposed.d.ts
vendored
@@ -543,6 +543,12 @@ declare module 'sqlops' {
|
||||
|
||||
export interface TextComponentProperties {
|
||||
value?: string;
|
||||
links?: LinkArea[];
|
||||
}
|
||||
|
||||
export interface LinkArea {
|
||||
text: string;
|
||||
url: string;
|
||||
}
|
||||
|
||||
export interface HyperlinkComponentProperties extends ComponentProperties {
|
||||
|
||||
Reference in New Issue
Block a user