SettingEx.addCodeHighlighter method
SettingEx › addCodeHighlighter
Adds a CodeHighlighterComponent to the setting.Signature:
addCodeHighlighter(cb: (codeHighlighter: CodeHighlighterComponent) => void): thisParameters:
| Parameter | Type | Description |
|---|---|---|
| cb | (codeHighlighter: CodeHighlighterComponent) => void | The callback to call with the component. |
Returns: this — The setting instance.