mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-12 02:58:31 -05:00
Auto-refresh OE with table designer (#23370)
This commit is contained in:
3
src/sql/azdata.proposed.d.ts
vendored
3
src/sql/azdata.proposed.d.ts
vendored
@@ -893,8 +893,9 @@ declare module 'azdata' {
|
||||
* @param providerId The table designer provider Id.
|
||||
* @param tableInfo The table information. The object will be passed back to the table designer provider as the unique identifier for the table.
|
||||
* @param telemetryInfo Optional Key-value pair containing any extra information that needs to be sent via telemetry
|
||||
* @param objectExplorerContext Optional The context used to refresh Object Explorer after the table is created or edited
|
||||
*/
|
||||
export function openTableDesigner(providerId: string, tableInfo: TableInfo, telemetryInfo?: { [key: string]: string }): Thenable<void>;
|
||||
export function openTableDesigner(providerId: string, tableInfo: TableInfo, telemetryInfo?: { [key: string]: string }, objectExplorerContext?: ObjectExplorerContext): Thenable<void>;
|
||||
|
||||
/**
|
||||
* Definition for the table designer provider.
|
||||
|
||||
Reference in New Issue
Block a user