@jsvision/code-editor / CodeEditorFrame
Interface: CodeEditorFrame
Defined in: code-editor/src/ui/projection.ts:27
Immutable viewport projection produced without a DOM or terminal serialization.
Properties
actions
readonlyactions: readonlystring[]
Defined in: code-editor/src/ui/projection.ts:31
caret
readonlycaret:object
Defined in: code-editor/src/ui/projection.ts:29
visible
readonlyvisible:boolean
x
readonlyx:number
y
readonlyy:number
cells
readonlycells: readonly readonlyCodeEditorProjectedCell[][]
Defined in: code-editor/src/ui/projection.ts:28
cellSignature
readonlycellSignature:string
Defined in: code-editor/src/ui/projection.ts:32
precedence
readonlyprecedence: readonlystring[]
Defined in: code-editor/src/ui/projection.ts:30
Methods
cellAtDocumentOffset()
cellAtDocumentOffset(
offset):CodeEditorProjectedCell|undefined
Defined in: code-editor/src/ui/projection.ts:33
Parameters
offset
number
Returns
CodeEditorProjectedCell | undefined