Class NavigateToTargetAction
- Namespace
- NMF.Glsp.Protocol.Navigation
- Assembly
- NMF.Glsp.dll
Action that triggers the navigation to a particular navigation target. This may be used by the client internally or may be sent from the server.
public class NavigateToTargetAction : BaseAction
- Inheritance
-
NavigateToTargetAction
- Inherited Members
Fields
NavigateToTargetActionKind
The kind value used for this kind of action
public const string NavigateToTargetActionKind = "navigateToTarget"
Field Value
Properties
Kind
Unique identifier specifying the kind of action to process.
public override string Kind { get; }
Property Value
Target
The target to which we navigate.
public NavigationTarget Target { get; init; }