EditorRange
interface exported by @mwillbanks/tuil-editor.
interface
Public interface exported by @mwillbanks/tuil-editor.
export interface EditorRange {
readonly anchor: EditorPosition;
readonly head: EditorPosition;
}Members
| Member | Type | Required | Description | Related types |
|---|---|---|---|---|
anchor | EditorPosition | Yes | The anchor member uses the EditorPosition contract. | EditorPosition |
head | EditorPosition | Yes | The head member uses the EditorPosition contract. | EditorPosition |
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
Source
View the secondary source reference