New azdata graph layout (#20451)

* Updated contracts

* Adding latest azdataGraph update

* Updating graph lib
This commit is contained in:
Aasim Khan
2022-08-24 12:09:17 -07:00
committed by GitHub
parent 1a094ba6a9
commit 7857e5946f
9 changed files with 93 additions and 18 deletions

View File

@@ -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 {