Member Junction
    Preparing search index...

    Breadcrumb item for navigation display

    interface BreadcrumbItem {
        compositeKeyString?: string;
        entityName?: string;
        icon?: string;
        label: string;
        type: "entity" | "record" | "application";
    }
    Index

    Properties

    compositeKeyString?: string

    For record type - the composite key string

    entityName?: string

    For entity type - the entity name

    icon?: string

    Icon class for the breadcrumb

    label: string
    type: "entity" | "record" | "application"