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

interface RedirectionTriggerState {
    redirectTo: string;
}

Properties

Properties

redirectTo: string

The url used for the redirection.