editorViewStateStore
MS Code Extension API / features/editor/store/editorViewStateStore
features/editor/store/editorViewStateStore
Interfaces
EditorViewState
Defined in: features/editor/store/editorViewStateStore.ts:5
Properties
content?
optionalcontent?:string
Defined in: features/editor/store/editorViewStateStore.ts:6
cursorColumn?
optionalcursorColumn?:number
Defined in: features/editor/store/editorViewStateStore.ts:12
cursorLine?
optionalcursorLine?:number
Defined in: features/editor/store/editorViewStateStore.ts:11
encoding?
optionalencoding?:string
Defined in: features/editor/store/editorViewStateStore.ts:14
folds?
optionalfolds?:object[]
Defined in: features/editor/store/editorViewStateStore.ts:10
from
from:
number
to
to:
number
insertSpaces?
optionalinsertSpaces?:boolean
Defined in: features/editor/store/editorViewStateStore.ts:16
isDirty?
optionalisDirty?:boolean
Defined in: features/editor/store/editorViewStateStore.ts:7
languageId?
optionallanguageId?:string
Defined in: features/editor/store/editorViewStateStore.ts:13
scrollPos?
optionalscrollPos?:number
Defined in: features/editor/store/editorViewStateStore.ts:9
selection?
optionalselection?:any
Defined in: features/editor/store/editorViewStateStore.ts:8
tabSize?
optionaltabSize?:number
Defined in: features/editor/store/editorViewStateStore.ts:15
Variables
useEditorViewStateStore
constuseEditorViewStateStore:UseBoundStore<StoreApi<EditorViewStateStore>>
Defined in: features/editor/store/editorViewStateStore.ts:29