Member Junction
    Preparing search index...

    A NAVIGATION request to open a record on a (possibly different) entity — the generic payload for IViewRenderer.openRelatedRecordRequested. Routing lives in the outer app, so this is one of the few signals that legitimately bubbles up. The container forwards it untouched.

    interface ViewRelatedRecordNavigation {
        entityName: string;
        recordKey: unknown;
    }
    Index

    Properties

    entityName: string

    The entity whose record should be opened.

    recordKey: unknown

    The record's key — a composite-key string or the raw key value(s). Opaque to the container.