Matches the CSS style key and its available values.
Corresponds to the aria-hidden accessibility attribute for this component
Corresponds to the aria-label accessibility attribute for this component
Corresponds to the role accessibility attribute for this component
Corresponds to the aria-selected accessibility attribute for this component
The content inside the text editor
Corresponds to the display CSS property for the element
The editor Uri which will be used as a reference for VSCode Language Service. Currently this is auto-generated by the framework but can be queried after view initialization is completed
Whether the component is enabled in the DOM
Toggle for whether the editor should be automatically resized or not
The language mode for this text editor. The language mode is SQL by default.
Minimum height for editor component
The position CSS property. Empty by default. This is particularly useful if laying out components inside a FlexContainer and the size of the component is meant to be a fixed size. In this case the position must be set to 'absolute', with the parent FlexContainer having 'relative' position. Without this the component will fail to correctly size itself
Generated using TypeDoc
Editor properties for the editor component