hintApplier property

HintApplier? hintApplier
final

A method used to actually apply the completion, instead of the default behavior. This cooresponds to the JS codemirror hint function.

Implementation

final HintApplier? hintApplier;