Member Junction
    Preparing search index...

    Data passed to the record micro-view for displaying a snapshot record.

    interface MicroViewData {
        EntityID: string;
        EntityName: string;
        FieldDiffs: FieldChangeView[] | null;
        FullRecordJSON: Record<string, unknown> | null;
        RecordChangeID: string;
        RecordID: string;
    }
    Index

    Properties

    EntityID: string
    EntityName: string
    FieldDiffs: FieldChangeView[] | null
    FullRecordJSON: Record<string, unknown> | null
    RecordChangeID: string
    RecordID: string