What is the best way to get the component a mixin i applied to, from within the mixin?

I want to access the clientId of the component that the mixin has been tied to. How would I do that?

pseudo-code:

mixin {
 afterRender {
  getComponent().getClientId();
 }
}

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to