Caspeco WebComponents - v3.7.0
    Preparing search index...

    Interface NavigationScriptArgs

    Arguments for generating or injecting the Caspeco web components navigation script.

    interface NavigationScriptArgs {
        customScriptId?: string;
        customScriptUrl?: string;
        environment: Environment;
        majorVersionOverride?: string;
    }
    Index

    Properties

    customScriptId?: string

    (Optional) Custom ID for the script element, defaults to 'caspeco-webcomponents'.

    customScriptUrl?: string

    (Optional) Custom URL for the script to load instead of the one related to the NPM package version.

    environment: Environment

    The deployment environment ('dev', 'stage', or 'prod').

    majorVersionOverride?: string

    (Optional) Override for the major version to load, e.g. 'v4'.