mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
New azdata graph layout (#20451)
* Updated contracts * Adding latest azdataGraph update * Updating graph lib
This commit is contained in:
8
src/sql/azdata.proposed.d.ts
vendored
8
src/sql/azdata.proposed.d.ts
vendored
@@ -1314,6 +1314,14 @@ declare module 'azdata' {
|
||||
* Data to show in top operations table for the node.
|
||||
*/
|
||||
topOperationsData: TopOperationsDataItem[];
|
||||
/**
|
||||
* Output row count associated with the node
|
||||
*/
|
||||
rowCountDisplayString: string;
|
||||
/**
|
||||
* Cost string for the node
|
||||
*/
|
||||
costDisplayString: string;
|
||||
}
|
||||
|
||||
export interface ExecutionPlanBadge {
|
||||
|
||||
Reference in New Issue
Block a user