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