ColorPresentationParams

Undocumented in source.
@serdeIgnoreUnexpectedKeys
@serdeFallbackStruct
@allowedMethods("textDocument/colorPresentation")
struct ColorPresentationParams {}

Members

Variables

color
Color color;
Undocumented in source.
range
TextRange range;
Undocumented in source.
textDocument
TextDocumentIdentifier textDocument;
Undocumented in source.

Meta