IChangedArgs | @jupyterlab (original) (raw)
The changed args object which is emitted by an observable string.
Index
Properties
end
end: number
The end index of the change.
Optional
options
options?: unknown
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.
Settings
Member Visibility
- Protected
- Inherited
- External
Theme