@coveo/headless
    Preparing search index...

    Interface BreadcrumbValue<T>

    Represents a generic breadcrumb value type.

    interface BreadcrumbValue<T> {
        value: T;
        deselect(): void;
    }

    Type Parameters

    • T

    Hierarchy (View Summary)

    Index

    Methods

    Properties

    Methods

    Properties

    value: T

    The underlying value linked to this breadcrumb.