tuil
ReferencePackages@mwillbanks/tuil-editorAPI

EditorChange

interface exported by @mwillbanks/tuil-editor.

View rawEdit

interface

Public interface exported by @mwillbanks/tuil-editor.

export interface EditorChange {
  readonly range: EditorRange;
  readonly insert: string;
}

Members

MemberTypeRequiredDescriptionRelated types
rangeEditorRangeYesThe range member uses the EditorRange contract.EditorRange
insertstringYesThe 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.

Source

View the secondary source reference

Package

@mwillbanks/tuil-editor

On this page