Member Junction
    Preparing search index...

    Result of resolving the target entity for navigation

    interface TargetEntityInfo {
        isForeignKey: boolean;
        isPrimaryKey: boolean;
        targetEntityIcon?: string;
        targetEntityId?: string;
        targetEntityName?: string;
    }
    Index

    Properties

    isForeignKey: boolean
    isPrimaryKey: boolean
    targetEntityIcon?: string
    targetEntityId?: string
    targetEntityName?: string