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:

Parameter Type Description
type string The helper type.
name string The helper name.
value unknown The helper implementation.

Returns: void