@coveo/headless
    Preparing search index...

    Interface UrlManagerProps

    interface UrlManagerProps {
        excludeDefaultParameters?: boolean;
        initialState: UrlManagerInitialState;
    }

    Hierarchy (View Summary)

    Index

    Properties

    excludeDefaultParameters?: boolean

    Whether the controller's state should exclude the default parameters returned by the Commerce API, and only include the parameters that were set explicitly set through dispatched actions.

    Defaults to false.

    The initial state that should be applied to the UrlManager controller.