mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-18 17:22:45 -05:00
added table componenet (#1542)
This commit is contained in:
@@ -74,6 +74,7 @@ export enum ModelComponentTypes {
|
||||
RadioButton,
|
||||
WebView,
|
||||
Text,
|
||||
Table,
|
||||
DashboardWidget,
|
||||
DashboardWebview,
|
||||
Form,
|
||||
@@ -99,7 +100,8 @@ export enum ComponentEventType {
|
||||
onDidChange,
|
||||
onDidClick,
|
||||
validityChanged,
|
||||
onMessage
|
||||
onMessage,
|
||||
onSelectedRowChanged
|
||||
}
|
||||
|
||||
export interface IComponentEventArgs {
|
||||
|
||||
Reference in New Issue
Block a user