mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-25 01:25:36 -05:00
rename dataModel to viewModel (#17387)
This commit is contained in:
@@ -22,9 +22,9 @@ export interface DesignerComponentInput {
|
||||
getView(): Promise<DesignerView>;
|
||||
|
||||
/**
|
||||
* Gets the data.
|
||||
* Gets the view model.
|
||||
*/
|
||||
getData(): Promise<DesignerData>;
|
||||
getViewModel(): Promise<DesignerViewModel>;
|
||||
|
||||
/**
|
||||
* Process the edit made in the designer.
|
||||
@@ -68,7 +68,7 @@ export interface DesignerTab {
|
||||
components: DesignerDataPropertyInfo[];
|
||||
}
|
||||
|
||||
export interface DesignerData {
|
||||
export interface DesignerViewModel {
|
||||
[key: string]: InputBoxProperties | CheckBoxProperties | DropDownProperties | DesignerTableProperties;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user