mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-23 01:25:38 -05:00
Automatically focus the execute button in the DacFx wizard summary screens (#6984)
* Focus piping for extension buttons * Focus the done button when entering the summary page for DacFx wizard * Adding internal value resets for extension-side button model. * Correcting remark string
This commit is contained in:
5
src/sql/azdata.d.ts
vendored
5
src/sql/azdata.d.ts
vendored
@@ -3624,6 +3624,11 @@ declare module 'azdata' {
|
||||
*/
|
||||
hidden: boolean;
|
||||
|
||||
/**
|
||||
* Whether the button is focused
|
||||
*/
|
||||
focused?: boolean;
|
||||
|
||||
/**
|
||||
* Raised when the button is clicked
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user