mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Adding aria role to hyperlink cell in slickgrid (#21998)
* Adding aria role to hyperlink * Adding default
This commit is contained in:
4
src/sql/azdata.proposed.d.ts
vendored
4
src/sql/azdata.proposed.d.ts
vendored
@@ -749,6 +749,10 @@ declare module 'azdata' {
|
||||
* The url to open.
|
||||
*/
|
||||
url?: string;
|
||||
/**
|
||||
* The role of the hyperlink. By default, the role is 'link' and the url will be opened in a new tab.
|
||||
*/
|
||||
role?: 'button' | 'link';
|
||||
}
|
||||
|
||||
export interface ContextMenuColumnCellValue {
|
||||
|
||||
Reference in New Issue
Block a user