Member Junction
    Preparing search index...

    Represents an application group with its entities for the home view. Used by Concept D to organize entities by their first Application membership.

    interface AppEntityGroup {
        applicationColor: string | null;
        applicationIcon: string;
        applicationId: string;
        applicationName: string;
        entities: EntityInfo[];
        isExpanded: boolean;
    }
    Index

    Properties

    applicationColor: string | null
    applicationIcon: string
    applicationId: string
    applicationName: string
    entities: EntityInfo[]
    isExpanded: boolean