mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-31 01:25:38 -05:00
Add more advanced properties for spark job submission dialog (#12732)
* Add more advanced properties for spark job submission dialog * Add queue
This commit is contained in:
6
src/sql/azdata.d.ts
vendored
6
src/sql/azdata.d.ts
vendored
@@ -3179,7 +3179,13 @@ declare module 'azdata' {
|
||||
multiline?: boolean;
|
||||
rows?: number;
|
||||
columns?: number;
|
||||
/**
|
||||
* The minimum value allowed for the input. Only valid for number inputs.
|
||||
*/
|
||||
min?: number;
|
||||
/**
|
||||
* The maxmimum value allowed for the input. Only valid for number inputs.
|
||||
*/
|
||||
max?: number;
|
||||
/**
|
||||
* Whether to stop key event propagation when enter is pressed in the input box. Leaving this as false
|
||||
|
||||
Reference in New Issue
Block a user