description:'Manages visibility of widget title panel. Useful for widget with custom title panels or different states.',
description:'Manages visibility of widget title panel. Useful for widget with custom title panels or different states. <b>updateWidgetParams()</b> function must be called after this property change.',
meta:'property',
type:'boolean'
},
widgetTitle:{
description:'If set, will override configured widget title text. <b>updateWidgetParams()</b> function must be called after this property change.',
meta:'property',
type:'string'
},
detectChanges:{
description:'Trigger change detection for current widget. Must be invoked when widget HTML template bindings should be updated due to widget data changes.',
meta:'function'
},
updateWidgetParams:{
description:'Updates widget with runtime set properties such as <b>widgetTitle</b>, <b>hideTitlePanel</b>, etc. Must be invoked in order these properties changes take effect.',
meta:'function'
},
defaultSubscription:{
description:'Default widget subscription object contains all subscription information,<br>including current data, according to the widget type.',