x4js - v2.2.49
GitHub
Preparing search index...
<internal>
src/components/monaco/bin/monaco
editor
ICodeEditorViewState
Interface ICodeEditorViewState
A (serializable) state of the code editor.
interface
ICodeEditorViewState
{
contributionsState
:
{
[
id
:
string
]:
unknown
}
;
cursorState
:
ICursorState
[]
;
viewState
:
IViewState
;
}
Index
Properties
contributions
State
cursor
State
view
State
Properties
contributions
State
contributionsState
:
{
[
id
:
string
]:
unknown
}
cursor
State
cursorState
:
ICursorState
[]
view
State
viewState
:
IViewState
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
contributions
State
cursor
State
view
State
GitHub
x4js - v2.2.49
Loading...
A (serializable) state of the code editor.