g3-toolkit API Reference
    Preparing search index...

    Interface EdgeDiff

    interface EdgeDiff {
        id: string;
        propertyChanges?: PropertyChange[];
        source: string;
        status: "added" | "removed" | "changed";
        target: string;
        type: string;
    }
    Index

    Properties

    id: string
    propertyChanges?: PropertyChange[]
    source: string
    status: "added" | "removed" | "changed"
    target: string
    type: string