Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The documentation of onConfigUpdated has an incorrect reference to the underlying event #10

Closed
WanjaTschuorSICKAG opened this issue Dec 13, 2022 · 0 comments
Milestone

Comments

@WanjaTschuorSICKAG
Copy link
Collaborator

The onUpdated hook is based on the `collage-context-updated` event, which is dispatched, everytime something on the own context changed. The event emits the updated context.

Docu text is:

The onUpdated hook is based on the collage-context-updated event, which is dispatched, everytime something on the own context changed. The event emits the updated context. You can use the event if necessary, but you should prefere the hook.

but should be

The onConfigUpdated hook is also based on the collage-context-updated event, which is dispatched, everytime something on the own contexts changed. The event emits the updated context. You can use the event if necessary, but you should prefer the hook.
@WanjaTschuorSICKAG WanjaTschuorSICKAG added this to the v0.3.0 milestone Feb 8, 2023
WanjaTschuorSICKAG added a commit that referenced this issue Oct 11, 2023
#10 fix incorrect onConfigUpdated event documentation
WanjaTschuorSICKAG added a commit that referenced this issue Oct 11, 2023
#10 fix incorrect onConfigUpdated event documentation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant