Theia API Documentation v1.65.0
    Preparing search index...
    interface DiffNavigator {
        hasNext(): boolean;
        hasPrevious(): boolean;
        next(): void;
        previous(): void;
    }
    Index

    Methods