@coveo/headless
    Preparing search index...

    Interface TabOptions

    interface TabOptions {
        clearFiltersOnTabChange?: boolean;
        expression: string;
        id: string;
    }
    Index

    Properties

    clearFiltersOnTabChange?: boolean

    Whether to clear the state when the active tab changes.

    expression: string

    A constant query expression or filter that the Tab should add to any outgoing query.

    Example:

    @objecttype==Message

    id: string

    A unique identifier for the tab. The value will be used as the originLevel2 when the tab is active.