mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-26 17:23:15 -05:00
Add focus function for modelview components (#8348)
* Add focus method for modelview components * Remove focus properties from table and radiobutton * Fix break
This commit is contained in:
5
src/sql/sqlops.proposed.d.ts
vendored
5
src/sql/sqlops.proposed.d.ts
vendored
@@ -183,6 +183,11 @@ declare module 'sqlops' {
|
||||
* Run the component's validations
|
||||
*/
|
||||
validate(): Thenable<boolean>;
|
||||
|
||||
/**
|
||||
* Focuses the component.
|
||||
*/
|
||||
focus(): Thenable<void>;
|
||||
}
|
||||
|
||||
export interface FormComponent {
|
||||
|
||||
Reference in New Issue
Block a user