Skip to main content
March 28, 2024
Solved

Custom Shapes - Extension Click Handler

  • March 28, 2024
  • 2 replies
  • 121 views

Looking through the custom shapes documentation I found the ‘Extension Click Handler’ topic.  Does this allow you to invoke functionality in an extension by clicking on a shape?  Is there any example code available?

Best answer by jselvaraaj

HI!

Yes, that’s right. You can invoke functionality in an extension by clicking on a custom shape that you made with our custom shape library.

Here’s an example:
In the shape definition: 


In the extension:
 


Feel free to reach out if you have more questions!

Comments

Lucid product team
March 28, 2024

HI!

Yes, that’s right. You can invoke functionality in an extension by clicking on a custom shape that you made with our custom shape library.

Here’s an example:
In the shape definition: 


In the extension:
 


Feel free to reach out if you have more questions!

March 31, 2024

Thanks very much for your help!