mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-09 01:32:34 -05:00
allow extension to select row in declarative table (#15703)
* allow extension to select row in declarative table * pr comments * use proper type for the event. * update event arg
This commit is contained in:
5
src/sql/azdata.proposed.d.ts
vendored
5
src/sql/azdata.proposed.d.ts
vendored
@@ -380,6 +380,11 @@ declare module 'azdata' {
|
||||
* Gets a boolean value determines whether the row selection is enabled. Default value is false.
|
||||
*/
|
||||
enableRowSelection?: boolean;
|
||||
|
||||
/**
|
||||
* Gets or sets the selected row number of the table. -1 means to no selected row.
|
||||
*/
|
||||
selectedRow?: number;
|
||||
}
|
||||
|
||||
export interface DeclarativeTableCellValue {
|
||||
|
||||
Reference in New Issue
Block a user