Table of Contents

Class UndoAction

Namespace
NMF.Glsp.Protocol.UndoRedo
Assembly
NMF.Glsp.dll

Trigger an undo of the latest executed command.

public class UndoAction : ExecutableAction
Inheritance
UndoAction
Inherited Members

Fields

UndoActionKind

The kind value used for this kind of action

public const string UndoActionKind = "glspUndo"

Field Value

string

Properties

Kind

Unique identifier specifying the kind of action to process.

public override string Kind { get; }

Property Value

string

Methods

ExecuteAsync(IGlspSession)

Executes the action in the context of the given session

public override Task ExecuteAsync(IGlspSession session)

Parameters

session IGlspSession

The session in which to execute the action

Returns

Task