Skip to content
Discussion options

You must be logged in to vote

Hi @rsoika,

Is a context menu command always a NavigateAction or can it be any kind of Action

No, the context menu command is not always a NaviateAction
I think you derived a false conclusion from looking at the Workflow Example and its Navigation-Commands.
Rather than being a generic API for handling all context menu actions the Navigation API is tailored for specific use cases.
It is used to implement complex navigation like Go to next Node, Go to reference, Go to source etc. where the client does not have all the necessary information to navigate to the correct target. In this cases the client triggers a NavigateAction with a specific navigation target and the server is responsible f…

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
2 replies
@rsoika
Comment options

@rsoika
Comment options

Answer selected by rsoika
Comment options

You must be logged in to vote
0 replies
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