CodeMirrorModule.registerHelper method
CodeMirrorModule › registerHelper
Unofficial
Registers a helper value for a specific type.Signature:
registerHelper(type: string, name: string, value: unknown): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| type | string | The helper type. |
| name | string | The helper name. |
| value | unknown | The helper implementation. |
Returns: void