Replies: 1 comment 2 replies
-
Did you try |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When I'm writing custom components, are there any events that trigger when another component or block gets dropped into my custom component?
In the docs, I saw only
change:attributes
andchange:someprop
events in theinit
method of model section. I triedchange:components
but it didn't do anything.I want something like this:
I would also like to know if there are any other events than
change:something
in the componentinit
hook.Beta Was this translation helpful? Give feedback.
All reactions