CommandHandler typedef

CommandHandler = void Function(CodeMirror editor)

A parameter type into the CodeMirror.addCommand method.

Implementation

typedef CommandHandler = void Function(CodeMirror editor);