hintRenderer property

HintRenderer? hintRenderer
final

A method used to create the DOM structure for showing the completion by appending it to its first argument. This cooresponds to the JS codemirror render function.

Implementation

final HintRenderer? hintRenderer;