Improve widget models

This commit is contained in:
Igor Kulikov 2019-09-10 15:17:38 +03:00
parent b48663bab9
commit 6d0577cc37

View File

@ -61,8 +61,8 @@ export interface WidgetAction extends IWidgetAction {
export interface WidgetContext { export interface WidgetContext {
inited?: boolean; inited?: boolean;
$container?: any; $container?: JQuery<any>;
$containerParent?: any; $containerParent?: JQuery<any>;
width?: number; width?: number;
height?: number; height?: number;
$scope?: IDynamicWidgetComponent; $scope?: IDynamicWidgetComponent;