Class NavigationTarget
- Namespace
- NMF.Glsp.Protocol.Navigation
- Assembly
- NMF.Glsp.dll
A NavigationTarget identifies the object we want to navigate to via its uri and may further provide a label to display for the client. Additionally, generic arguments may be used to to encode any domain- or navigation type-specific information.
public class NavigationTarget
- Inheritance
-
NavigationTarget
- Inherited Members
Properties
Args
Domain-specific arguments that may be interpreted directly or resolved further.
public IDictionary<string, object> Args { get; init; }
Property Value
Label
Optional label to display to the user.
public string Label { get; init; }
Property Value
Uri
URI to identify the object we want to navigate to.
public string Uri { get; init; }