Replies: 1 comment 1 reply
-
Hi @wss29 @postConstruct()
protected postConstruct(): void {
this.selectionService.onSelectionChanged(change =>
this.onSelectionChanged(change => listener.selectionChanged(change.root, change.selectedElements, change.deselectedElements))
);
} |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Hi,


I create an AbstractUIExtension implement ISelectionListener in glsp version 1.1.0
in that version the SelectionService has a register method.
but in glsp version 2.1.1. the register method in SelectionService has been removed. the selectionChanged in my UIExtension can not be triggered when I select node. how can I trigger the selectionChanged in my UIExtension when I select item in my glsp language
Beta Was this translation helpful? Give feedback.
All reactions