Table of Contents

Class SetContextActions

Namespace
NMF.Glsp.Protocol.Context
Assembly
NMF.Glsp.dll

The SetContextActions is the response to a RequestContextActions containing all actions for the queried context.

public class SetContextActions : ResponseAction
Inheritance
SetContextActions
Inherited Members

Fields

SetContextActionsKind

The kind value used for this kind of action

public const string SetContextActionsKind = "setContextActions"

Field Value

string

Properties

Actions

The actions available in the queried context.

public LabeledAction[] Actions { get; init; }

Property Value

LabeledAction[]

Args

Custom arguments.

public IDictionary<string, object> Args { get; set; }

Property Value

IDictionary<string, object>

Kind

Unique identifier specifying the kind of action to process.

public override string Kind { get; }

Property Value

string