
Security News
The Changelog Podcast: Practical Steps to Stay Safe on npm
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.
@coveops/configure-quickview-header
Advanced tools
Disclaimer: This component was built by the community at large and is not an official Coveo JSUI Component. Use this component at your own risk.
Disclaimer: This component was built by the community at large and is not an official Coveo JSUI Component. Use this component at your own risk.
npm i @coveops/configure-quickview-header
Typescript:
import * as ConfigureQuickviewHeader from '@coveops/configure-quickview-header';
Javascript
const ConfigureQuickviewHeader = require('@coveops/configure-quickview-header');
export * as ConfigureQuickviewHeader from '@coveops/configure-quickview-header'
<script src="https://unpkg.com/@coveops/configure-quickview-header@latest/dist/index.min.js"></script>
Disclaimer: Unpkg should be used for testing but not for production.
<script>
Coveo.ConfigureQuickviewHeader({})
</script>
| Argument | Type | Default | Purpose | |
|---|---|---|---|---|
| className | String | undefined | Inject a css class at the top level of the modal | |
| generateCustomContent | function | (result, options, headerOptions => undefined | Passes all the information the QuickviewHeader receives, including the options specified here to a custom function to handle custom rendering | |
| icon | String | undefined | Specify an icon css class to pass to the Icon | |
| iconClass | String | Icon | Override the component used to handle the Icon used as the title | |
| iconOption | Object | {} | A configuration object that follows the specifications of the component specified in iconClass | |
| resultLinkClass | String | ResultLink|SalesforceResultLink | Override the component used to handle the ResultLink used as the title | |
| resultLinkOptions | Object | {alwaysOpenInNewWindow: true} | A configuration object that follows the specifications of the component specified in resultLinkClass |
Extending the component can be done as follows:
import { ConfigureQuickviewHeader, IConfigureQuickviewHeaderOptions } from "@coveops/configure-quickview-header";
export interface IExtendedConfigureQuickviewHeaderOptions extends IConfigureQuickviewHeaderOptions {}
export class ExtendedConfigureQuickviewHeader extends ConfigureQuickviewHeader {}
.env.dist to .env and update the COVEO_ORG_ID and COVEO_TOKEN fields in the .env file to use your Coveo credentials and SERVER_PORT to configure the port of the sandbox - it will use 8080 by default.npm run buildnpm run serveFAQs
Disclaimer: This component was built by the community at large and is not an official Coveo JSUI Component. Use this component at your own risk.
We found that @coveops/configure-quickview-header demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 21 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.

Security News
Experts push back on new claims about AI-driven ransomware, warning that hype and sponsored research are distorting how the threat is understood.

Security News
Ruby's creator Matz assumes control of RubyGems and Bundler repositories while former maintainers agree to step back and transfer all rights to end the dispute.