Home > hpcc-js > HPCCCodemirrorElement

HPCCCodemirrorElement class

Signature:

export declare class HPCCCodemirrorElement extends HPCCResizeElement 

Extends: HPCCResizeElement

Constructors

ConstructorModifiersDescription
(constructor)()Constructs a new instance of the HPCCCodemirrorElement class

Properties

PropertyModifiersTypeDescription
_divHTMLDivElement
_slotHTMLSlotElement
_viewprotectedEditorView
mode"html" | "json" | "javascript"Text to be displayed in the editor
textstringText to be displayed in the editor
theme"light" | "dark"Text to be displayed in the editor

Methods

MethodModifiersDescription
enter()
exit()
extensions()protected
update(changes)