Options
All
  • Public
  • Public/Protected
  • All
Menu

The changed args object which is emitted by an observable string.

Hierarchy

  • IChangedArgs

Index

Properties

Properties

end

end: number

The end index of the change.

start

start: number

The starting index of the change.

type

The type of change undergone by the list.

value

value: string

The value of the change.

Notes

If ChangeType is set, then this is the new value of the string.

If ChangeType is insert this is the value of the inserted string.

If ChangeType is remove this is the value of the removed substring.

Generated using TypeDoc