Adding execution plan component to model view. (#23620)

This commit is contained in:
Aasim Khan
2023-07-05 13:33:28 -07:00
committed by GitHub
parent 373dc5a366
commit 28e59f44e2
21 changed files with 175 additions and 21 deletions

View File

@@ -150,5 +150,6 @@ export enum ModelComponentTypes {
Separator,
PropertiesContainer,
InfoBox,
Slider
Slider,
ExecutionPlan
}