Skip to content

CodeMirrorModule.registerHelper method

CodeMirrorModule › registerHelper

Unofficial

Registers a helper value for a specific type.

Signature:

registerHelper(type: string, name: string, value: unknown): void

Parameters:

ParameterTypeDescription
typestringThe helper type.
namestringThe helper name.
valueunknownThe helper implementation.

Returns: void