Hi,
I'm developing a component and I would set the completion status when the user does something on it.
In one of the component methods I then invoke this.setCompletionStatus() but I get undefined.
Is this method available to all components definitions derived by ComponentView.extend({}); ?
Thanks, F.