@coveo/headless
    Preparing search index...

    Interface CartDefinition

    interface CartDefinition {
        listing: true;
        recommendation: true;
        search: true;
        standalone: true;
        buildWithProps(
            engine: CommerceEngine,
            props?: CartBuildProps,
            solutionType?: SolutionType,
        ): Cart & ControllerWithKind;
    }

    Hierarchy

    Index

    Methods

    Properties

    listing: true
    recommendation: true
    search: true
    standalone: true