EditorPosition
interface exported by @mwillbanks/tuil-editor.
interface
Public interface exported by @mwillbanks/tuil-editor.
export interface EditorPosition {
readonly line: number;
readonly column: number;
}Members
| Member | Type | Required | Description | Related types |
|---|---|---|---|---|
line | number | Yes | The line member uses the number contract. | — |
column | number | Yes | The column member uses the number contract. | — |
Parameters
This declaration has no public members.
Returns
This declaration does not return a value.
Throws
No thrown errors are documented for this declaration.
Related types
No package-local related types.
Source
View the secondary source reference