Skip to main content

editorViewStateStore

MS Code Extension API


MS Code Extension API / features/editor/store/editorViewStateStore

features/editor/store/editorViewStateStore

Interfaces

EditorViewState

Defined in: features/editor/store/editorViewStateStore.ts:5

Properties

content?

optional content?: string

Defined in: features/editor/store/editorViewStateStore.ts:6

cursorColumn?

optional cursorColumn?: number

Defined in: features/editor/store/editorViewStateStore.ts:12

cursorLine?

optional cursorLine?: number

Defined in: features/editor/store/editorViewStateStore.ts:11

encoding?

optional encoding?: string

Defined in: features/editor/store/editorViewStateStore.ts:14

folds?

optional folds?: object[]

Defined in: features/editor/store/editorViewStateStore.ts:10

from

from: number

to

to: number

insertSpaces?

optional insertSpaces?: boolean

Defined in: features/editor/store/editorViewStateStore.ts:16

isDirty?

optional isDirty?: boolean

Defined in: features/editor/store/editorViewStateStore.ts:7

languageId?

optional languageId?: string

Defined in: features/editor/store/editorViewStateStore.ts:13

scrollPos?

optional scrollPos?: number

Defined in: features/editor/store/editorViewStateStore.ts:9

selection?

optional selection?: any

Defined in: features/editor/store/editorViewStateStore.ts:8

tabSize?

optional tabSize?: number

Defined in: features/editor/store/editorViewStateStore.ts:15

Variables

useEditorViewStateStore

const useEditorViewStateStore: UseBoundStore<StoreApi<EditorViewStateStore>>

Defined in: features/editor/store/editorViewStateStore.ts:29