Member Junction
    Preparing search index...

    Interface ChildEntityTypeNavigationEvent

    User selected a child entity type from the subtypes dropdown. The host app should navigate to a filtered list of those child records.

    interface ChildEntityTypeNavigationEvent {
        ChildEntityName: string;
        Kind: "child-entity-type";
        ParentEntityName: string;
        ParentRecordId: string;
    }
    Index

    Properties

    ChildEntityName: string

    The child entity name selected

    Kind: "child-entity-type"
    ParentEntityName: string

    The current (parent) entity name

    ParentRecordId: string

    The current (parent) record ID for filtering