Member Junction
    Preparing search index...

    A single field change with type-aware rendering info (timeline display only).

    interface FieldChangeInfo {
        diffHtml?: SafeHtml;
        displayName: string;
        field: string;
        fieldType: "number" | "boolean" | "date" | "text";
        newValue: string;
        oldValue: string;
    }
    Index

    Properties

    diffHtml?: SafeHtml
    displayName: string
    field: string
    fieldType: "number" | "boolean" | "date" | "text"
    newValue: string
    oldValue: string