Hierarchy

  • CodeEditorView

Constructors

Properties

change$: ReplaySubject<EditorChange[]> = ...
children: VirtualDOM[]
class: "w-100 h-100 d-flex flex-column overflow-auto" = 'w-100 h-100 d-flex flex-column overflow-auto'
config: { [k: string]: unknown }

Type declaration

  • [k: string]: unknown
cursor$: ReplaySubject<Position> = ...
editorUid: string = ...
ideState: IdeState
language: string
nativeEditor$: ReplaySubject<Editor> = ...
path: string
style: { font-size: string } = ...

Type declaration

  • font-size: string

Generated using TypeDoc