Idris2Doc : Language.LSP.Message.Moniker

Language.LSP.Message.Moniker

(source)

Definitions

recordMonikerClientCapabilities : Type
  Refer to https://microsoft.github.io/language-server-protocol/specification.html#textDocument_moniker

Totality: total
Visibility: public export
Constructor: 
MkMonikerClientCapabilities : MaybeBool->MonikerClientCapabilities

Projection: 
.dynamicRegistration : MonikerClientCapabilities->MaybeBool

Hints:
FromJSONMonikerClientCapabilities
ToJSONMonikerClientCapabilities
.dynamicRegistration : MonikerClientCapabilities->MaybeBool
Totality: total
Visibility: public export
dynamicRegistration : MonikerClientCapabilities->MaybeBool
Totality: total
Visibility: public export
recordMonikerOptions : Type
  Refer to https://microsoft.github.io/language-server-protocol/specification.html#textDocument_moniker

Totality: total
Visibility: public export
Constructor: 
MkMonikersOptions : MaybeBool->MonikerOptions

Projection: 
.workDoneProgress : MonikerOptions->MaybeBool

Hints:
FromJSONMonikerOptions
ToJSONMonikerOptions
.workDoneProgress : MonikerOptions->MaybeBool
Totality: total
Visibility: public export
workDoneProgress : MonikerOptions->MaybeBool
Totality: total
Visibility: public export
recordMonikerRegistrationOptions : Type
  Refer to https://microsoft.github.io/language-server-protocol/specification.html#textDocument_moniker

Totality: total
Visibility: public export
Constructor: 
MkMonikersRegistrationOptions : MaybeBool->OneOf [DocumentSelector, Null] ->MonikerRegistrationOptions

Projections:
.documentSelector : MonikerRegistrationOptions->OneOf [DocumentSelector, Null]
.workDoneProgress : MonikerRegistrationOptions->MaybeBool

Hints:
FromJSONMonikerRegistrationOptions
ToJSONMonikerRegistrationOptions
.workDoneProgress : MonikerRegistrationOptions->MaybeBool
Totality: total
Visibility: public export
workDoneProgress : MonikerRegistrationOptions->MaybeBool
Totality: total
Visibility: public export
.documentSelector : MonikerRegistrationOptions->OneOf [DocumentSelector, Null]
Totality: total
Visibility: public export
documentSelector : MonikerRegistrationOptions->OneOf [DocumentSelector, Null]
Totality: total
Visibility: public export
recordMonikerParams : Type
  Refer to https://microsoft.github.io/language-server-protocol/specification.html#textDocument_moniker

Totality: total
Visibility: public export
Constructor: 
MkMonikersParams : MaybeProgressToken->MaybeProgressToken->TextDocumentIdentifier->Position->MonikerParams

Projections:
.partialResultToken : MonikerParams->MaybeProgressToken
.position : MonikerParams->Position
.textDocument : MonikerParams->TextDocumentIdentifier
.workDoneToken : MonikerParams->MaybeProgressToken

Hints:
FromJSONMonikerParams
ToJSONMonikerParams
.workDoneToken : MonikerParams->MaybeProgressToken
Totality: total
Visibility: public export
workDoneToken : MonikerParams->MaybeProgressToken
Totality: total
Visibility: public export
.partialResultToken : MonikerParams->MaybeProgressToken
Totality: total
Visibility: public export
partialResultToken : MonikerParams->MaybeProgressToken
Totality: total
Visibility: public export
.textDocument : MonikerParams->TextDocumentIdentifier
Totality: total
Visibility: public export
textDocument : MonikerParams->TextDocumentIdentifier
Totality: total
Visibility: public export
.position : MonikerParams->Position
Totality: total
Visibility: public export
position : MonikerParams->Position
Totality: total
Visibility: public export
dataUniquenessLevel : Type
  Refer to https://microsoft.github.io/language-server-protocol/specification.html#textDocument_moniker

Totality: total
Visibility: public export
Constructors:
Document : UniquenessLevel
Project : UniquenessLevel
Group : UniquenessLevel
Scheme : UniquenessLevel
Global : UniquenessLevel

Hints:
FromJSONUniquenessLevel
ToJSONUniquenessLevel
dataMonikerKind : Type
Totality: total
Visibility: public export
Constructors:
Import : MonikerKind
Export : MonikerKind
Local : MonikerKind

Hints:
FromJSONMonikerKind
ToJSONMonikerKind
recordMoniker : Type
  Refer to https://microsoft.github.io/language-server-protocol/specification.html#textDocument_moniker

Totality: total
Visibility: public export
Constructor: 
MkMoniker : String->String->UniquenessLevel->MaybeMonikerKind->Moniker

Projections:
.identifier : Moniker->String
.kind : Moniker->MaybeMonikerKind
.scheme : Moniker->String
.unique : Moniker->UniquenessLevel

Hints:
FromJSONMoniker
ToJSONMoniker
.scheme : Moniker->String
Totality: total
Visibility: public export
scheme : Moniker->String
Totality: total
Visibility: public export
.identifier : Moniker->String
Totality: total
Visibility: public export
identifier : Moniker->String
Totality: total
Visibility: public export
.unique : Moniker->UniquenessLevel
Totality: total
Visibility: public export
unique : Moniker->UniquenessLevel
Totality: total
Visibility: public export
.kind : Moniker->MaybeMonikerKind
Totality: total
Visibility: public export
kind : Moniker->MaybeMonikerKind
Totality: total
Visibility: public export