GenLSP.Protocol.Structures.ColorPresentationParams (gen_lsp v0.0.1)
Parameters for a ColorPresentationRequest.
properties
Properties
textDocument :: TextDocumentIdentifier (required)
The text document.
color :: Color (required)
The color to request presentations for.
range :: Range (required)
The range where the color would be inserted. Serves as a context.