Skip to content

@jsvision/code-editor / CodeEditorViewportMetrics

Interface: CodeEditorViewportMetrics

Defined in: code-editor/src/ui/viewport.ts:9

Immutable public snapshot of editor viewport geometry and scroll limits.

Properties

gutterWidth

readonly gutterWidth: number

Defined in: code-editor/src/ui/viewport.ts:12


height

readonly height: number

Defined in: code-editor/src/ui/viewport.ts:11


maxScrollX

readonly maxScrollX: number

Defined in: code-editor/src/ui/viewport.ts:16


maxScrollY

readonly maxScrollY: number

Defined in: code-editor/src/ui/viewport.ts:17


scrollX

readonly scrollX: number

Defined in: code-editor/src/ui/viewport.ts:14


scrollY

readonly scrollY: number

Defined in: code-editor/src/ui/viewport.ts:15


textWidth

readonly textWidth: number

Defined in: code-editor/src/ui/viewport.ts:13


width

readonly width: number

Defined in: code-editor/src/ui/viewport.ts:10