Member Junction
    Preparing search index...

    Summary of a navigation item within an application. Used for both the active nav item (full detail) and inactive items (name + description only).

    interface NavItemSummary {
        Description?: string;
        Name: string;
    }
    Index

    Properties

    Properties

    Description?: string

    Optional description of what this nav item provides

    Name: string

    Display label (e.g., "Conversations", "Duplicate Detection")