blessed-components - v1.20.0
    Preparing search index...

    Interface BreadcrumbItem

    One segment rendered by renderBreadcrumb.

    interface BreadcrumbItem {
        id?: string;
        label: string;
    }
    Index

    Properties

    Properties

    id?: string

    Stable item identifier for callers that mirror navigation state.

    label: string

    Visible segment label. ANSI sequences and Blessed tags are removed.