Support view model toolbar (#1533)

* support view model toolbar

* add EULA

* formatting

* address comment
This commit is contained in:
Abbie Petchtes
2018-06-04 10:11:32 -07:00
committed by GitHub
parent a15c315a1c
commit 9ad4ec6464
7 changed files with 240 additions and 3 deletions

View File

@@ -77,7 +77,8 @@ export enum ModelComponentTypes {
DashboardWidget,
DashboardWebview,
Form,
Group
Group,
Toolbar
}
export interface IComponentShape {