Skip to content
Discussion options

You must be logged in to vote

I see from this document to set view - events for a type, https://grapesjs.com/docs/modules/Components.html#define-custom-component-type

  type: 'button',
  ...
  view: {
    events: {
      'click': e => console.log(`button clicked`)
    },
   ...

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@yashwantnmane
Comment options

Answer selected by yashwantnmane
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants