Skip to content

@jsvision/code-editor / CodeEditorProjectedCell

Interface: CodeEditorProjectedCell

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

A sanitized terminal cell plus semantic presentation metadata.

Properties

documentOffset?

readonly optional documentOffset?: number

Defined in: code-editor/src/ui/projection.ts:23


overlays

readonly overlays: readonly string[]

Defined in: code-editor/src/ui/projection.ts:21


role

readonly role: string

Defined in: code-editor/src/ui/projection.ts:20


style?

readonly optional style?: CodeEditorCellStyle

Defined in: code-editor/src/ui/projection.ts:22


text

readonly text: string

Defined in: code-editor/src/ui/projection.ts:18


width

readonly width: 1

Defined in: code-editor/src/ui/projection.ts:19