mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-02 09:35:40 -05:00
Tables in Extensions need a way to override tab so that tabbing in table cells is not possible and tabbing takes control out of Table - this is the accessibility requirement for tables not having actionable cells. Keeping it as a switch so that we can continue having older behavior where needed.
This commit is contained in:
1
src/sql/azdata.d.ts
vendored
1
src/sql/azdata.d.ts
vendored
@@ -2943,6 +2943,7 @@ declare module 'azdata' {
|
||||
title?: string;
|
||||
ariaRowCount?: number;
|
||||
ariaColumnCount?: number;
|
||||
moveFocusOutWithTab?: boolean; //accessibility requirement for tables with no actionable cells
|
||||
}
|
||||
|
||||
export interface FileBrowserTreeProperties extends ComponentProperties {
|
||||
|
||||
Reference in New Issue
Block a user