RSX Code Reference
    Preparing search index...

    Interface UIDiffViewerEntry

    One named pair of texts rendered by UIDiffViewer.

    interface UIDiffViewerEntry {
        modified: string;
        name: string;
        original: string;
    }
    Index
    modified: string

    Updated text displayed as additions.

    name: string

    Display name shown in the file foldout.

    original: string

    Original text displayed as removals.