data-cap
    Preparing search index...

    Interface RenamedField

    One added-field/removed-field pair correlated into a single rename via the current declaration's renamedFrom (EVD-05).

    interface RenamedField {
        capability: string;
        currentName: string;
        previousName: string;
    }
    Index
    capability: string

    The owning capability's key (file#exportName) -- a rename never crosses capabilities.

    currentName: string

    The field's name after the rename -- matches an added entry in the same diff.

    previousName: string

    The field's name before the rename -- matches a removed entry in that capability's own field diff.