Member Junction
    Preparing search index...

    Payload for record interaction events.

    interface CardRecordEvent {
        EntityName: string;
        Record: Record<string, unknown>;
        RecordID: string;
    }
    Index

    Properties

    EntityName: string

    The entity name

    Record: Record<string, unknown>

    The raw record data

    RecordID: string

    The record's primary key value(s)