@coveo/headless
    Preparing search index...

    Interface RedirectionTriggerState

    A scoped and simplified part of the headless state that is relevant to the RedirectionTrigger controller.

    interface RedirectionTriggerState {
        redirectTo: string;
    }
    Index

    Properties

    Properties

    redirectTo: string

    The url used for the redirection.