Table of Contents

Class DeleteMarkersAction

Namespace
NMF.Glsp.Protocol.Validation
Assembly
NMF.Glsp.dll

To remove markers for elements a client or server may send a DeleteMarkersAction with all markers that should be removed.

public class DeleteMarkersAction : BaseAction
Inheritance
DeleteMarkersAction
Inherited Members

Fields

DeleteMarkersActionKind

The kind value used for this kind of action

public const string DeleteMarkersActionKind = "deleteMarkers"

Field Value

string

Properties

Kind

Unique identifier specifying the kind of action to process.

public override string Kind { get; }

Property Value

string

Markers

The list of markers that should be deleted.

public Marker[] Markers { get; init; }

Property Value

Marker[]