Member Junction
    Preparing search index...

    Event emitted when a record is selected (clicked)

    interface RecordSelectedEvent {
        compositeKey: CompositeKey;
        entity: EntityInfo;
        record: Record<string, unknown>;
    }
    Index

    Properties

    compositeKey: CompositeKey

    The composite key of the record

    entity: EntityInfo

    The entity metadata

    record: Record<string, unknown>

    The selected record (plain object from ResultType: 'simple')