@coveo/headless-react
    Preparing search index...

    Interface DeselectableValue

    interface DeselectableValue {
        deselect(): void;
    }

    Hierarchy (View Summary)

    Index

    Methods

    Methods

    • A function that when called dispatches actions to deselect a breadcrumb value.

      Returns void