Member Junction
    Preparing search index...

    Event emitted when user wants to navigate to a related FK record

    interface EntityLinkClickEvent {
        CompositeKey: CompositeKey;
        EntityName: string;
        RecordID: string;
    }
    Index

    Properties

    CompositeKey: CompositeKey
    EntityName: string
    RecordID: string