Member Junction
    Preparing search index...

    User clicked a foreign key link to view a related record. Emitted by mj-form-field when a record link is clicked.

    interface RecordNavigationEvent {
        EntityName: string;
        Kind: "record";
        OpenInNewTab?: boolean;
        PrimaryKey: CompositeKey;
    }
    Index

    Properties

    EntityName: string

    The entity name of the target record

    Kind: "record"
    OpenInNewTab?: boolean

    Whether to force opening in a new tab. When omitted, NavigationService uses its default behavior (shift-key detection).

    PrimaryKey: CompositeKey

    The primary key of the target record