Events dispatched by CompletionItemRenderer.

Static variables

@:value("hideDetail")staticfinalread onlyHIDE_DETAIL:EventType<CompletionItemRendererEvent> = "hideDetail"

Dispatched when the completion item renderer requests to hide additional detail about the item.

@:value("showDetail")staticfinalread onlySHOW_DETAIL:EventType<CompletionItemRendererEvent> = "showDetail"

Dispatched when the completion item renderer requests to show additional detail about the item.

Constructor

new(type:String)

Creates a new CompletionItemRendererEvent object.

Methods