def clearProperties(self, title, callFunction=True):
        props = self.widgetManager.get(WIDGET_NAMES.Properties, title)
        props.clearProperties(callFunction)