Theia API Documentation v1.65.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/editor
browser/diff-navigator
DiffNavigator
Interface DiffNavigator
interface
DiffNavigator
{
hasNext
()
:
boolean
;
hasPrevious
()
:
boolean
;
next
()
:
void
;
previous
()
:
void
;
}
Index
Methods
has
Next
has
Previous
next
previous
Methods
has
Next
hasNext
()
:
boolean
Returns
boolean
has
Previous
hasPrevious
()
:
boolean
Returns
boolean
next
next
()
:
void
Returns
void
previous
previous
()
:
void
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
has
Next
has
Previous
next
previous
Eclipse Theia Website
GitHub
Theia API Documentation v1.65.0
Loading...