KC's Workspace
    Preparing search index...
    interface SerializedDiffOptions {
        aAnnotation?: string;
        aIndicator?: string;
        bAnnotation?: string;
        bIndicator?: string;
        commonIndicator?: string;
        contextLines?: number;
        emptyFirstOrLastLinePlaceholder?: string;
        expand?: boolean;
        includeChangeCounts?: boolean;
        maxDepth?: number;
        omitAnnotationLines?: boolean;
        printBasicPrototype?: boolean;
        truncateAnnotation?: string;
        truncateThreshold?: number;
    }
    Index

    Properties

    aAnnotation?: string
    aIndicator?: string
    bAnnotation?: string
    bIndicator?: string
    commonIndicator?: string
    contextLines?: number
    emptyFirstOrLastLinePlaceholder?: string
    expand?: boolean
    includeChangeCounts?: boolean
    maxDepth?: number
    omitAnnotationLines?: boolean
    printBasicPrototype?: boolean
    truncateAnnotation?: string
    truncateThreshold?: number