View source
class CompletionItemRendererEvent
package moonshine.editor.text.lsp.views.events
extends Event
Events dispatched by CompletionItemRenderer
.
Static variables
staticfinalread onlyHIDE_DETAIL:EventType<CompletionItemRendererEvent> = "hideDetail"
Dispatched when the completion item renderer requests to hide additional detail about the item.
staticfinalread onlySHOW_DETAIL:EventType<CompletionItemRendererEvent> = "showDetail"
Dispatched when the completion item renderer requests to show additional detail about the item.