BoxCurrentSort component (Deprecated)

In this article
Deprecated

This feature is still available, but no longer supported as of the August 2023 release of Coveo for Salesforce version 5.2.

This component is only meant as a utility to set the title on its BoxPopup component container. Whenever the current sort changes, for example when a user clicks a new Sort component, this component takes care of setting a new title on the BoxPopup component. As such, it’s simple and doesn’t provide any options or methods.

Options

This component provides no options.

Methods

This component provides no methods.

Usage

This component must be included inside a BoxPopup component.

<div class='CoveoBoxPopup'>
    <div class='CoveoBoxCurrentSort'></div>
    <div class="coveo-sort-section">
        [[sorts]]
    </div>
</div>